playfab_ex v0.2.0 PlayfabEx.Admin.Default.ServerSideCloudScript

Link to this section Summary

Functions

Gets the contents and information of a specific Cloud Script revision

Lists all the current cloud script versions. For each version, information about the current published and latest revisions is also listed

Sets the currently published revision of a title Cloud Script

Creates a new Cloud Script revision and uploads source code to it. Note that at this time, only one file should be submitted in the revision

Link to this section Functions

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

Gets the contents and information of a specific Cloud Script revision.

@link https://api.playfab.com/documentation/admin/method/GetCloudScriptRevision

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

Lists all the current cloud script versions. For each version, information about the current published and latest revisions is also listed.

@link https://api.playfab.com/documentation/admin/method/GetCloudScriptVersions

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

Sets the currently published revision of a title Cloud Script

@link https://api.playfab.com/documentation/admin/method/SetPublishedRevision

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

Creates a new Cloud Script revision and uploads source code to it. Note that at this time, only one file should be submitted in the revision.

@link https://api.playfab.com/documentation/admin/method/UpdateCloudScript