SteamEx v0.2.0-alpha SteamEx.ISteamRemoteStorage View Source
Primary interface for interacting with the Steam Workshop and User Generated Content (UGC).
See IPublishedFileService, IWorkshopService, ISteamPublishedItemSearch, and ISteamPublishedItemVoting for additional Workshop and UGC related methods.
For more info on how to use the Steamworks Web API please see the Web API Overview.
Link to this section Summary
Functions
| Name | Type | Required | Description |
| collectioncount | uint32 | ✔ | Number of collections being requested |
| publishedfileids[0] | uint64 | ✔ | collection ids to get the details for |
| Name | Type | Required | Description |
| itemcount | uint32 | ✔ | Number of collections being requested |
| publishedfileids[0] | uint64 | ✔ | published file id to look up |
| Name | Type | Required | Description |
| key | string | ✔ | Steamworks Web API user authentication key. |
| steamid | uint64 | If specified, only returns details if the file is owned by the SteamID specified | |
| ugcid | uint64 | ✔ | ID of UGC file to get info for |
| appid | uint32 | ✔ | appID of product |
Link to this section Functions
| Name | Type | Required | Description |
| collectioncount | uint32 | ✔ | Number of collections being requested |
| publishedfileids[0] | uint64 | ✔ | collection ids to get the details for |
See other: https://partner.steamgames.com/doc/webapi/ISteamRemoteStorage#GetCollectionDetails
Link to this function
get_published_file_details(access_key, params \\ %{}, headers \\ %{})
View Source
| Name | Type | Required | Description |
| itemcount | uint32 | ✔ | Number of collections being requested |
| publishedfileids[0] | uint64 | ✔ | published file id to look up |
See other: https://partner.steamgames.com/doc/webapi/ISteamRemoteStorage#GetPublishedFileDetails
| Name | Type | Required | Description |
| key | string | ✔ | Steamworks Web API user authentication key. |
| steamid | uint64 | If specified, only returns details if the file is owned by the SteamID specified | |
| ugcid | uint64 | ✔ | ID of UGC file to get info for |
| appid | uint32 | ✔ | appID of product |
See other: https://partner.steamgames.com/doc/webapi/ISteamRemoteStorage#GetUGCFileDetails