C# 클래스 SteamWebAPI2.Interfaces.SteamStore

상속: SteamStoreInterface, ISteamStore
파일 보기 프로젝트 열기: babelshift/SteamWebAPI2

공개 메소드들

메소드 설명
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/

메소드 상세

GetStoreAppDetailsAsync() 공개 메소드

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

GetStoreFeaturedCategoriesAsync() 공개 메소드

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

GetStoreFeaturedProductsAsync() 공개 메소드

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