v2.3.0 - Developer Product, Game Pass, and other API improvements
- Added developer product and game pass APIs:
DeveloperProductclass to represent a developer product.- Added
Experience.list_developer_products(),.fetch_developer_product(),.create_developer_product(), and.update_developer_product(). GamePassclass to represent a game pass.- Added
Experience.list_game_passes(),.fetch_game_pass(),.create_game_pass(), and.update_game_pass(). InventoryItemnow has anadded_atfor all types excluding game passes denoting when the item was added to the user’s inventory.- Support for deleting and restoring data stores using
DataStore.delete()and.undelete(), as well as a parameter toshow_deletedwhile listing data stores and entries. - Added
AssetVersion.published,Asset.is_archived,Asset.archive(),Asset.restore(),Asset.icon_asset_id - Added
Place.fetch_asset()andPlace.get_asset()to access asset version APIs related to the place. - Added additional
AssetTypeenums. - Added
Place.is_root_placeandPlace.is_universe_runtime_creationto determine whether the place is the primary place or created usingAssetService:CreatePlaceAsync(). - Added
Experience.root_place, which is aPlaceobject representing the primary place of the universe. - Added
Experience.generate_speech_asset()andExperience.translate_text()
GitHub Release: Release v2.3.0 - Developer Product, Game Pass, and other API improvements · treeben77/rblx-open-cloud · GitHub
Documentation: Experience - rblx-open-cloud
Upgrading with pip:
pip install rblx-open-cloud~=2.3