C# Class SteamWebAPI2.Interfaces.SteamNews

Inheritance: SteamWebInterface
Show file Open project: babelshift/SteamWebAPI2

Public Methods

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

Method Details

GetNewsForAppAsync() public method

Returns the news related to a specific app. This is similar to subscribing to various Valve RSS feeds.
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

SteamNews() public method

public SteamNews ( string steamWebApiKey ) : Steam.Models
steamWebApiKey string
return Steam.Models