Method | Description | |
---|---|---|
ChallongePortal ( string apiKey ) : System | ||
ChallongePortal ( string apiKey, string subdomain ) : System | ||
EndTournament ( int tournamentId ) : void | ||
GetMatches ( int tournamentId ) : IEnumerable |
||
GetParticipants ( int tournamentId ) : IEnumerable |
||
GetTournaments ( ) : IEnumerable |
||
ReportMatchWinner ( int tournamentId, int matchId, int winnerId ) : void | ||
SetParticipantMisc ( int tournamentId, int participantId, string misc ) : void | ||
ShowTournament ( int tournamentId ) : Fizzi.Libraries.ChallongeApiWrapper.Tournament |
Method | Description | |
---|---|---|
throwOnError ( IRestResponse response ) : void |
public ChallongePortal ( string apiKey ) : System | ||
apiKey | string | |
return | System |
public ChallongePortal ( string apiKey, string subdomain ) : System | ||
apiKey | string | |
subdomain | string | |
return | System |
public EndTournament ( int tournamentId ) : void | ||
tournamentId | int | |
return | void |
public GetMatches ( int tournamentId ) : IEnumerable |
||
tournamentId | int | |
return | IEnumerable |
public GetParticipants ( int tournamentId ) : IEnumerable |
||
tournamentId | int | |
return | IEnumerable |
public ReportMatchWinner ( int tournamentId, int matchId, int winnerId ) : void | ||
tournamentId | int | |
matchId | int | |
winnerId | int | |
return | void |
public SetParticipantMisc ( int tournamentId, int participantId, string misc ) : void | ||
tournamentId | int | |
participantId | int | |
misc | string | |
return | void |
public ShowTournament ( int tournamentId ) : Fizzi.Libraries.ChallongeApiWrapper.Tournament | ||
tournamentId | int | |
return | Fizzi.Libraries.ChallongeApiWrapper.Tournament |