C# Class SteamWebAPI2.Interfaces.SteamStore

Inheritance: SteamStoreInterface, ISteamStore
Afficher le fichier Open project: babelshift/SteamWebAPI2

Méthodes publiques

Méthode 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 méthode

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

GetStoreFeaturedCategoriesAsync() public méthode

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

GetStoreFeaturedProductsAsync() public méthode

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