C# Class HaloEzAPI.Endpoints.Stats

Mostrar archivo Open project: glitch100/Halo-API

Public Methods

Method Description
GetEventsForMatch ( string matchId ) : Uri
GetMatchesForPlayer ( string gamertag, GameMode gamemode = GameMode.All, int start, int count = 25 ) : Uri
GetPostGameCarnageReport ( string matchId, GameMode gameMode ) : Uri
GetServiceRecords ( string players, GameMode gameMode ) : Uri
PlayerLeaderboard ( string seasonId, string playlistId, int count = 200 ) : Uri

Method Details

GetEventsForMatch() public static method

public static GetEventsForMatch ( string matchId ) : Uri
matchId string
return System.Uri

GetMatchesForPlayer() public static method

public static GetMatchesForPlayer ( string gamertag, GameMode gamemode = GameMode.All, int start, int count = 25 ) : Uri
gamertag string
gamemode GameMode
start int
count int
return System.Uri

GetPostGameCarnageReport() public static method

public static GetPostGameCarnageReport ( string matchId, GameMode gameMode ) : Uri
matchId string
gameMode GameMode
return System.Uri

GetServiceRecords() public static method

public static GetServiceRecords ( string players, GameMode gameMode ) : Uri
players string
gameMode GameMode
return System.Uri

PlayerLeaderboard() public static method

public static PlayerLeaderboard ( string seasonId, string playlistId, int count = 200 ) : Uri
seasonId string
playlistId string
count int
return System.Uri