Property | Type | Description | |
---|---|---|---|
SummonerBase | Newtonsoft.Json | ||
SummonerBase | Newtonsoft.Json |
Method | Description | |
---|---|---|
GetEntireLeagues ( ) : List |
Retrieves leagues data for this summoner, including leagues for all of this summoner's teams synchronously.
|
|
GetEntireLeaguesAsync ( ) : Task
|
Retrieves leagues data for this summoner, including leagues for all of this summoner's teams asynchronously.
|
|
GetLeagues ( ) : List |
Retrieve the league items for this specific summoner and not the entire league.
|
|
GetLeaguesAsync ( ) : Task
|
Retrieve the league items for this specific summoner and not the entire league asynchronously.
|
|
GetMasteryPages ( ) : List |
Get mastery pages for this summoner synchronously.
|
|
GetMasteryPagesAsync ( ) : Task
|
Get mastery pages for this summoner asynchronously.
|
|
GetRecentGames ( ) : List |
Get the 10 most recent games for this summoner synchronously.
|
|
GetRecentGamesAsync ( ) : Task
|
Get the 10 most recent games for this summoner asynchronously.
|
|
GetRunePages ( ) : List |
Get rune pages for this summoner synchronously.
|
|
GetRunePagesAsync ( ) : Task
|
Get rune pages for this summoner asynchronously.
|
|
GetStatsRanked ( ) : List |
Get ranked stats for this summoner synchronously, for the current season. Includes statistics for Twisted Treeline and Summoner's Rift.
|
|
GetStatsRanked ( Season season ) : List |
Get ranked stats for this summoner synchronously. Includes statistics for Twisted Treeline and Summoner's Rift.
|
|
GetStatsRankedAsync ( ) : Task
|
Get ranked stats for this summoner asynchronously, for the current season. Includes statistics for Twisted Treeline and Summoner's Rift.
|
|
GetStatsRankedAsync ( Season season ) : Task
|
Get ranked stats for this summoner asynchronously. Includes statistics for Twisted Treeline and Summoner's Rift.
|
|
GetStatsSummaries ( ) : List |
Get player stats summaries for this summoner synchronously, for the current season. One summary is returned per queue type.
|
|
GetStatsSummaries ( Season season ) : List |
Get player stats summaries for this summoner synchronously. One summary is returned per queue type.
|
|
GetStatsSummariesAsync ( ) : Task
|
Get player stats summaries for this summoner asynchronously, for the current season. One summary is returned per queue type.
|
|
GetStatsSummariesAsync ( Season season ) : Task
|
Get player stats summaries for this summoner asynchronously. One summary is returned per queue type.
|
|
GetTeams ( ) : List |
Get team information for this summoner synchronously.
|
|
GetTeamsAsync ( ) : Task
|
Get team information for this summoner asynchronously.
|
Method | Description | |
---|---|---|
SummonerBase ( ) : Newtonsoft.Json | ||
SummonerBase ( string id, string name, RateLimitedRequester requester, Region region ) : Newtonsoft.Json |
public GetStatsRanked ( Season season ) : List |
||
season | Season | Season for which you want the stats. |
return | List |
public GetStatsRankedAsync ( Season season ) : Task
|
||
season | Season | Season for which you want the stats. |
return | Task
|
public GetStatsSummaries ( Season season ) : List |
||
season | Season | Season for which you want the stats. |
return | List |
public GetStatsSummariesAsync ( Season season ) : Task
|
||
season | Season | Season for which you want the stats. |
return | Task
|