ISteamNews
Methods ISteamNews
Cream::ISteamNews.getnewsforapp(appid : UInt32, maxlength : UInt32, enddate : UInt32, count : UInt32, apikey : String)
Parameters
appid
Type: uint32
Optional: false
Description: AppID to retrieve news for
maxlength
Type: uint32
Optional: true
Description: Maximum length for the content to return, if this is 0 the full content is returned, if it's less then a blurb is generated to fit.
enddate
Type: uint32
Optional: true
Description: Retrieve posts earlier than this date (unix epoch timestamp)
count
Type: uint32
Optional: true
Description: # of posts to retrieve (default 20)
Cream::ISteamNews.getnewsforapp(appid : UInt32, maxlength : UInt32, enddate : UInt32, count : UInt32, feeds : String, apikey : String)
Parameters
appid
Type: uint32
Optional: false
Description: AppID to retrieve news for
maxlength
Type: uint32
Optional: true
Description: Maximum length for the content to return, if this is 0 the full content is returned, if it's less then a blurb is generated to fit.
enddate
Type: uint32
Optional: true
Description: Retrieve posts earlier than this date (unix epoch timestamp)
count
Type: uint32
Optional: true
Description: # of posts to retrieve (default 20)
feeds
Type: string
Optional: true
Description: Comma-seperated list of feed names to return news for