Show / Hide Table of Contents

Class SummonerV4Endpoints

SummonerV4 endpoints. This class is automatically generated.

Official API Reference https://developer.riotgames.com/api-methods/#summoner-v4

Inheritance
System.Object
Endpoints
SummonerV4Endpoints
Inherited Members
Endpoints.base
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Camille.RiotGames
Assembly: Camille.RiotGames.dll
Syntax
public class SummonerV4Endpoints : Endpoints

Methods

| Improve this Doc View Source

GetByAccessToken(PlatformRoute, Nullable<CancellationToken>)

Get a summoner by access token. Official API Reference: https://developer.riotgames.com/api-methods/#summoner-v4/GET_getByAccessToken

Declaration
public Summoner GetByAccessToken(PlatformRoute route, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
PlatformRoute 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
Summoner
| Improve this Doc View Source

GetByAccessTokenAsync(PlatformRoute, Nullable<CancellationToken>)

Get a summoner by access token. Official API Reference: https://developer.riotgames.com/api-methods/#summoner-v4/GET_getByAccessToken

Declaration
public Task<Summoner> GetByAccessTokenAsync(PlatformRoute route, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
PlatformRoute 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<Summoner>
| Improve this Doc View Source

GetByAccountId(PlatformRoute, String, Nullable<CancellationToken>)

Get a summoner by account ID. Official API Reference: https://developer.riotgames.com/api-methods/#summoner-v4/GET_getByAccountId

Declaration
public Summoner GetByAccountId(PlatformRoute route, string encryptedAccountId, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
PlatformRoute route

Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)

System.String encryptedAccountId

(required, in path)

System.Nullable<System.Threading.CancellationToken> cancellationToken

A cancellation token that can be used to cancel this task. (optional)

Returns
Type Description
Summoner
| Improve this Doc View Source

GetByAccountIdAsync(PlatformRoute, String, Nullable<CancellationToken>)

Get a summoner by account ID. Official API Reference: https://developer.riotgames.com/api-methods/#summoner-v4/GET_getByAccountId

Declaration
public Task<Summoner> GetByAccountIdAsync(PlatformRoute route, string encryptedAccountId, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
PlatformRoute route

Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)

System.String encryptedAccountId

(required, in path)

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<Summoner>
| Improve this Doc View Source

GetByPUUID(PlatformRoute, String, Nullable<CancellationToken>)

Get a summoner by PUUID. Official API Reference: https://developer.riotgames.com/api-methods/#summoner-v4/GET_getByPUUID

Declaration
public Summoner GetByPUUID(PlatformRoute route, string encryptedPUUID, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
PlatformRoute route

Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)

System.String encryptedPUUID

Summoner ID (required, in path)

System.Nullable<System.Threading.CancellationToken> cancellationToken

A cancellation token that can be used to cancel this task. (optional)

Returns
Type Description
Summoner
| Improve this Doc View Source

GetByPUUIDAsync(PlatformRoute, String, Nullable<CancellationToken>)

Get a summoner by PUUID. Official API Reference: https://developer.riotgames.com/api-methods/#summoner-v4/GET_getByPUUID

Declaration
public Task<Summoner> GetByPUUIDAsync(PlatformRoute route, string encryptedPUUID, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
PlatformRoute route

Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)

System.String encryptedPUUID

Summoner ID (required, in path)

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<Summoner>
| Improve this Doc View Source

GetByRSOPUUID(PlatformRoute, String, Nullable<CancellationToken>)

Get a summoner by its RSO encrypted PUUID. Official API Reference: https://developer.riotgames.com/api-methods/#summoner-v4/GET_getByRSOPUUID

Declaration
public Summoner GetByRSOPUUID(PlatformRoute route, string rsoPUUID, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
PlatformRoute route

Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)

System.String rsoPUUID

Summoner ID (required, in path)

System.Nullable<System.Threading.CancellationToken> cancellationToken

A cancellation token that can be used to cancel this task. (optional)

Returns
Type Description
Summoner
| Improve this Doc View Source

GetByRSOPUUIDAsync(PlatformRoute, String, Nullable<CancellationToken>)

Get a summoner by its RSO encrypted PUUID. Official API Reference: https://developer.riotgames.com/api-methods/#summoner-v4/GET_getByRSOPUUID

Declaration
public Task<Summoner> GetByRSOPUUIDAsync(PlatformRoute route, string rsoPUUID, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
PlatformRoute route

Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)

System.String rsoPUUID

Summoner ID (required, in path)

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<Summoner>
| Improve this Doc View Source

GetBySummonerId(PlatformRoute, String, Nullable<CancellationToken>)

Get a summoner by summoner ID. Official API Reference: https://developer.riotgames.com/api-methods/#summoner-v4/GET_getBySummonerId

Declaration
public Summoner GetBySummonerId(PlatformRoute route, string encryptedSummonerId, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
PlatformRoute route

Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)

System.String encryptedSummonerId

Summoner ID (required, in path)

System.Nullable<System.Threading.CancellationToken> cancellationToken

A cancellation token that can be used to cancel this task. (optional)

Returns
Type Description
Summoner
| Improve this Doc View Source

GetBySummonerIdAsync(PlatformRoute, String, Nullable<CancellationToken>)

Get a summoner by summoner ID. Official API Reference: https://developer.riotgames.com/api-methods/#summoner-v4/GET_getBySummonerId

Declaration
public Task<Summoner> GetBySummonerIdAsync(PlatformRoute route, string encryptedSummonerId, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
PlatformRoute route

Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)

System.String encryptedSummonerId

Summoner ID (required, in path)

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<Summoner>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX