playfab_ex v0.2.0 PlayfabEx.Admin.Default.Content

Link to this section Summary

Functions

Delete a content file from the title. When deleting a file that does not exist, it returns success

List all contents of the title and get statistics such as size

Retrieves the pre-signed URL for uploading a content file. A subsequent HTTP PUT to the returned URL uploads the content. Also, please be aware that the Content service is specifically PlayFab’s CDN offering, for which standard CDN rates apply

Link to this section Functions

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

Delete a content file from the title. When deleting a file that does not exist, it returns success.

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

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

List all contents of the title and get statistics such as size

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

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

Retrieves the pre-signed URL for uploading a content file. A subsequent HTTP PUT to the returned URL uploads the content. Also, please be aware that the Content service is specifically PlayFab’s CDN offering, for which standard CDN rates apply.

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