Rblx-open-cloud - Roblox Open Cloud Wrapper for Python!

v2.3.0 - Developer Product, Game Pass, and other API improvements

  • Added developer product and game pass APIs:
  • DeveloperProduct class to represent a developer product.
  • Added Experience.list_developer_products(), .fetch_developer_product(), .create_developer_product(), and .update_developer_product().
  • GamePass class to represent a game pass.
  • Added Experience.list_game_passes(), .fetch_game_pass(), .create_game_pass(), and .update_game_pass().
  • InventoryItem now has an added_at for 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 to show_deleted while listing data stores and entries.
  • Added AssetVersion.published, Asset.is_archived, Asset.archive(), Asset.restore(), Asset.icon_asset_id
  • Added Place.fetch_asset() and Place.get_asset() to access asset version APIs related to the place.
  • Added additional AssetType enums.
  • Added Place.is_root_place and Place.is_universe_runtime_creation to determine whether the place is the primary place or created using AssetService:CreatePlaceAsync().
  • Added Experience.root_place, which is a Place object representing the primary place of the universe.
  • Added Experience.generate_speech_asset() and Experience.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
1 Like