C# Class SteamWebAPI2.Interfaces.SteamNews

Inheritance: SteamWebInterface
Afficher le fichier Open project: babelshift/SteamWebAPI2

Méthodes publiques

Méthode 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 méthode

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
Résultat Task

SteamNews() public méthode

public SteamNews ( string steamWebApiKey ) : Steam.Models
steamWebApiKey string
Résultat Steam.Models