Method | Description | |
---|---|---|
EconItems ( string steamWebApiKey, EconItemsAppId appId ) : Steam.Models.GameEconomy | ||
GetPlayerItemsAsync ( long steamId ) : Task |
Returns all player earned Steam items for a specific Steam user.
|
|
GetSchemaAsync ( string language = "en_us" ) : Task |
Returns the economy / item schema for a specific App ID.
|
|
GetSchemaForTF2Async ( string language = "en_us" ) : Task |
Returns the economy / item schema for a specific App ID.
|
|
GetSchemaUrlAsync ( ) : Task |
Returns a URL which can be used to access the economy / item schema for a specific App ID.
|
|
GetStoreMetaDataAsync ( string language = "" ) : Task |
Returns some store meta data for a specific App ID such as banner placement, image placement, drop down behaviors, and more. This seems to drive the game's store pages.
|
|
GetStoreStatusAsync ( ) : Task |
Returns a status indicator of the current status of a specific App ID.
|
public EconItems ( string steamWebApiKey, EconItemsAppId appId ) : Steam.Models.GameEconomy | ||
steamWebApiKey | string | |
appId | EconItemsAppId | |
return | Steam.Models.GameEconomy |
public GetPlayerItemsAsync ( long steamId ) : Task |
||
steamId | long | |
return | Task |
public GetSchemaAsync ( string language = "en_us" ) : Task |
||
language | string | |
return | Task |
public GetSchemaForTF2Async ( string language = "en_us" ) : Task |
||
language | string | |
return | Task |
public GetStoreMetaDataAsync ( string language = "" ) : Task |
||
language | string | |
return | Task |