Method | Description | |
---|---|---|
GetNewsForAppAsync ( int appId, int maxLength = null, System.DateTime endDate = null, int count = null ) : Task |
Returns the news related to a specific app. This is similar to subscribing to various Valve RSS feeds.
|
|
SteamNews ( string steamWebApiKey ) : Steam.Models |
public GetNewsForAppAsync ( int appId, int maxLength = null, System.DateTime endDate = null, int count = null ) : Task |
||
appId | int | |
maxLength | int | |
endDate | System.DateTime | |
count | int | |
return | Task |
public SteamNews ( string steamWebApiKey ) : Steam.Models | ||
steamWebApiKey | string | |
return | Steam.Models |