Class LorStatusV1Endpoints
LorStatusV1 endpoints. This class is automatically generated.
Official API Reference https://developer.riotgames.com/api-methods/#lor-status-v1
Inherited Members
Namespace: Camille.RiotGames
Assembly: Camille.RiotGames.dll
Syntax
public class LorStatusV1Endpoints : Endpoints
Methods
| Improve this Doc View SourceGetPlatformData(RegionalRoute, Nullable<CancellationToken>)
Get Legends of Runeterra status for the given platform. Official API Reference: https://developer.riotgames.com/api-methods/#lor-status-v1/GET_getPlatformData
Declaration
public PlatformData GetPlatformData(RegionalRoute route, CancellationToken? cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
RegionalRoute | route | Route to query. Corresponds to a Riot API subdomain for a region or platform. (required) |
System.Nullable<System.Threading.CancellationToken> | cancellationToken | A cancellation token that can be used to cancel this task. (optional) |
Returns
Type | Description |
---|---|
PlatformData |
GetPlatformDataAsync(RegionalRoute, Nullable<CancellationToken>)
Get Legends of Runeterra status for the given platform. Official API Reference: https://developer.riotgames.com/api-methods/#lor-status-v1/GET_getPlatformData
Declaration
public Task<PlatformData> GetPlatformDataAsync(RegionalRoute route, CancellationToken? cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
RegionalRoute | route | Route to query. Corresponds to a Riot API subdomain for a region or platform. (required) |
System.Nullable<System.Threading.CancellationToken> | cancellationToken | A cancellation token that can be used to cancel this task. (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PlatformData> |