C# Class SteamWebAPI2.Interfaces.EconItems

Inheritance: SteamWebInterface
Mostrar archivo Open project: babelshift/SteamWebAPI2

Public Methods

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.

Method Details

EconItems() public method

public EconItems ( string steamWebApiKey, EconItemsAppId appId ) : Steam.Models.GameEconomy
steamWebApiKey string
appId EconItemsAppId
return Steam.Models.GameEconomy

GetPlayerItemsAsync() public method

Returns all player earned Steam items for a specific Steam user.
public GetPlayerItemsAsync ( long steamId ) : Task
steamId long
return Task

GetSchemaAsync() public method

Returns the economy / item schema for a specific App ID.
public GetSchemaAsync ( string language = "en_us" ) : Task
language string
return Task

GetSchemaForTF2Async() public method

Returns the economy / item schema for a specific App ID.
public GetSchemaForTF2Async ( string language = "en_us" ) : Task
language string
return Task

GetSchemaUrlAsync() public method

Returns a URL which can be used to access the economy / item schema for a specific App ID.
public GetSchemaUrlAsync ( ) : Task
return Task

GetStoreMetaDataAsync() public method

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.
public GetStoreMetaDataAsync ( string language = "" ) : Task
language string
return Task

GetStoreStatusAsync() public method

Returns a status indicator of the current status of a specific App ID.
public GetStoreStatusAsync ( ) : Task
return Task