C# Class GwSharp.Api

Show file Open project: Rohansi/GwSharp Class Usage Examples

Public Methods

Method Description
Api ( string language = "en" ) : System.Collections.Generic
FindMatch ( GwWorld world ) : GwMatch
GetEvents ( string worldId ) : GwEvent>.Dictionary
GetMaps ( ) : List
GetMatchDetails ( string matchId ) : GwMatchDetails
GetMatches ( ) : GwMatch>.Dictionary
GetNames ( string url, string lang ) : string>.Dictionary
GetWorlds ( ) : List
Refresh ( ) : void

Private Methods

Method Description
FetchMatches ( ) : GwMatch>.Dictionary

Method Details

Api() public method

public Api ( string language = "en" ) : System.Collections.Generic
language string
return System.Collections.Generic

FindMatch() public method

public FindMatch ( GwWorld world ) : GwMatch
world GwWorld
return GwMatch

GetEvents() public method

public GetEvents ( string worldId ) : GwEvent>.Dictionary
worldId string
return GwEvent>.Dictionary

GetMaps() public method

public GetMaps ( ) : List
return List

GetMatchDetails() public method

public GetMatchDetails ( string matchId ) : GwMatchDetails
matchId string
return GwMatchDetails

GetMatches() public method

public GetMatches ( ) : GwMatch>.Dictionary
return GwMatch>.Dictionary

GetNames() public method

public GetNames ( string url, string lang ) : string>.Dictionary
url string
lang string
return string>.Dictionary

GetWorlds() public method

public GetWorlds ( ) : List
return List

Refresh() public method

public Refresh ( ) : void
return void