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

NameTypeRequiredDescription
collectioncountuint32Number of collections being requested
publishedfileids[0]uint64collection ids to get the details for
NameTypeRequiredDescription
itemcountuint32Number of collections being requested
publishedfileids[0]uint64published file id to look up
NameTypeRequiredDescription
keystringSteamworks Web API user authentication key.
steamiduint64If specified, only returns details if the file is owned by the SteamID specified
ugciduint64ID of UGC file to get info for
appiduint32appID of product

Link to this section Functions

Link to this function get_collection_details(access_key, params \\ %{}, headers \\ %{}) View Source
NameTypeRequiredDescription
collectioncountuint32Number of collections being requested
publishedfileids[0]uint64collection 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
NameTypeRequiredDescription
itemcountuint32Number of collections being requested
publishedfileids[0]uint64published file id to look up

See other: https://partner.steamgames.com/doc/webapi/ISteamRemoteStorage#GetPublishedFileDetails

Link to this function get_ugc_file_details(access_key, params \\ %{}, headers \\ %{}) View Source
NameTypeRequiredDescription
keystringSteamworks Web API user authentication key.
steamiduint64If specified, only returns details if the file is owned by the SteamID specified
ugciduint64ID of UGC file to get info for
appiduint32appID of product

See other: https://partner.steamgames.com/doc/webapi/ISteamRemoteStorage#GetUGCFileDetails