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/
|
public GetStoreAppDetailsAsync ( int appId ) : Task |
||
appId | int | |
return | Task |
public GetStoreFeaturedCategoriesAsync ( ) : Task |
||
return | Task |
public GetStoreFeaturedProductsAsync ( ) : Task |
||
return | Task |