C# Class SteamWebAPI2.Interfaces.SteamStore

Inheritance: SteamStoreInterface, ISteamStore
Datei anzeigen Open project: babelshift/SteamWebAPI2

Public Methods

Method Description
GetStoreAppDetailsAsync ( int appId ) : Task

Maps to the steam store api endpoint: GET http://store.steampowered.com/api/appdetails/

GetStoreFeaturedCategoriesAsync ( ) : Task

Maps to the steam store api endpoint: GET http://store.steampowered.com/api/featuredcategories/

GetStoreFeaturedProductsAsync ( ) : Task

Maps to the steam store api endpoint: GET http://store.steampowered.com/api/featured/

Method Details

GetStoreAppDetailsAsync() public method

Maps to the steam store api endpoint: GET http://store.steampowered.com/api/appdetails/
public GetStoreAppDetailsAsync ( int appId ) : Task
appId int
return Task

GetStoreFeaturedCategoriesAsync() public method

Maps to the steam store api endpoint: GET http://store.steampowered.com/api/featuredcategories/
public GetStoreFeaturedCategoriesAsync ( ) : Task
return Task

GetStoreFeaturedProductsAsync() public method

Maps to the steam store api endpoint: GET http://store.steampowered.com/api/featured/
public GetStoreFeaturedProductsAsync ( ) : Task
return Task