C# Class SteamWebAPI2.Interfaces.DOTA2Fantasy

Inheritance: SteamWebInterface, IDOTA2Fantasy
Mostrar archivo Open project: babelshift/SteamWebAPI2

Public Methods

Method 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 method

public DOTA2Fantasy ( string steamWebApiKey ) : Steam.Models.DOTA2
steamWebApiKey string
return Steam.Models.DOTA2

GetPlayerOfficialInfo() public method

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

GetProPlayerList() public method

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