Class LorRankedV1Endpoints
LorRankedV1 endpoints. This class is automatically generated.
Official API Reference https://developer.riotgames.com/api-methods/#lor-ranked-v1
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille
Assembly: Camille.dll
Syntax
public class LorRankedV1Endpoints : Endpoints
Methods
| Improve this Doc View SourceGetLeaderboards(Region, Nullable<CancellationToken>)
Get the players in Master tier.
Official API Reference: https://developer.riotgames.com/api-methods/#lor-ranked-v1/GET_getLeaderboards
Declaration
public Leaderboard GetLeaderboards(Region region, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type | Name | Description |
---|---|---|
Region | region | Region to query. |
System.Nullable<System.Threading.CancellationToken> | cancellationToken | A cancellation token that can be used to cancel this task. |
Returns
Type | Description |
---|---|
Leaderboard |
GetLeaderboardsAsync(Region, Nullable<CancellationToken>)
Get the players in Master tier.
Official API Reference: https://developer.riotgames.com/api-methods/#lor-ranked-v1/GET_getLeaderboards
Declaration
public Task<Leaderboard> GetLeaderboardsAsync(Region region, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type | Name | Description |
---|---|---|
Region | region | Region to query. |
System.Nullable<System.Threading.CancellationToken> | cancellationToken | A cancellation token that can be used to cancel this task. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Leaderboard> |