C# Class SteamWebAPI2.Interfaces.DOTA2Fantasy

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

Méthodes publiques

Méthode Description
DOTA2Fantasy ( string steamWebApiKey ) : Steam.Models.DOTA2
GetPlayerOfficialInfo ( long steamId ) : Task

Returns some official / league information for a Dota 2 player for fantasy sports purposes.

GetProPlayerList ( ) : Task

Returns a collection of all professional players registered in professional Dota 2 leagues.

Method Details

DOTA2Fantasy() public méthode

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

GetPlayerOfficialInfo() public méthode

Returns some official / league information for a Dota 2 player for fantasy sports purposes.
public GetPlayerOfficialInfo ( long steamId ) : Task
steamId long
Résultat Task

GetProPlayerList() public méthode

Returns a collection of all professional players registered in professional Dota 2 leagues.
public GetProPlayerList ( ) : Task
Résultat Task