playfab_ex v0.2.2 PlayfabEx.Server.TitleWideDataManagement

Link to this section Summary

Functions

Retrieves the specified version of the title’s catalog of virtual goods, including all defined properties

Retrieves the key-value store of custom publisher settings

Retrieves the current server time

Retrieves the key-value store of custom title settings

Retrieves the key-value store of custom internal title settings

Retrieves the title news feed, as configured in the developer portal

Updates the key-value store of custom publisher settings

Updates the key-value store of custom title settings

Updates the key-value store of custom title settings

Link to this section Functions

Link to this function get_catalog_items(params)
get_catalog_items(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the specified version of the title’s catalog of virtual goods, including all defined properties

online docs

Link to this function get_publisher_data(params)
get_publisher_data(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the key-value store of custom publisher settings

online docs

Link to this function get_time(params)
get_time(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the current server time

online docs

Link to this function get_title_data(params)
get_title_data(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the key-value store of custom title settings

online docs

Link to this function get_title_internal_data(params)
get_title_internal_data(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the key-value store of custom internal title settings

online docs

Link to this function get_title_news(params)
get_title_news(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the title news feed, as configured in the developer portal

online docs

Link to this function set_publisher_data(params)
set_publisher_data(map()) :: {:ok, map()} | {:error, String.t()}

Updates the key-value store of custom publisher settings

online docs

Link to this function set_title_data(params)
set_title_data(map()) :: {:ok, map()} | {:error, String.t()}

Updates the key-value store of custom title settings

online docs

Link to this function set_title_internal_data(params)
set_title_internal_data(map()) :: {:ok, map()} | {:error, String.t()}

Updates the key-value store of custom title settings

online docs