Show / Hide Table of Contents

Class TftSummonerV1Endpoints

TftSummonerV1 endpoints. This class is automatically generated.

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

Inheritance
System.Object
Endpoints
TftSummonerV1Endpoints
Inherited Members
Endpoints.QUERY_PARAMS_EMPTY
Endpoints.RiotApi
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 TftSummonerV1Endpoints : Endpoints

Methods

| Improve this Doc View Source

GetByAccountId(Region, String, Nullable<CancellationToken>)

Get a summoner by account ID.

Official API Reference: https://developer.riotgames.com/api-methods/#tft-summoner-v1/GET_getByAccountId

Declaration
public Summoner GetByAccountId(Region region, string encryptedAccountId, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String encryptedAccountId

(required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

Returns
Type Description
Summoner
| Improve this Doc View Source

GetByAccountIdAsync(Region, String, Nullable<CancellationToken>)

Get a summoner by account ID.

Official API Reference: https://developer.riotgames.com/api-methods/#tft-summoner-v1/GET_getByAccountId

Declaration
public Task<Summoner> GetByAccountIdAsync(Region region, string encryptedAccountId, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String encryptedAccountId

(required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

Returns
Type Description
System.Threading.Tasks.Task<Summoner>
| Improve this Doc View Source

GetByPUUID(Region, String, Nullable<CancellationToken>)

Get a summoner by PUUID.

Official API Reference: https://developer.riotgames.com/api-methods/#tft-summoner-v1/GET_getByPUUID

Declaration
public Summoner GetByPUUID(Region region, string encryptedPUUID, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String encryptedPUUID

Summoner ID (required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

Returns
Type Description
Summoner
| Improve this Doc View Source

GetByPUUIDAsync(Region, String, Nullable<CancellationToken>)

Get a summoner by PUUID.

Official API Reference: https://developer.riotgames.com/api-methods/#tft-summoner-v1/GET_getByPUUID

Declaration
public Task<Summoner> GetByPUUIDAsync(Region region, string encryptedPUUID, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String encryptedPUUID

Summoner ID (required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

Returns
Type Description
System.Threading.Tasks.Task<Summoner>
| Improve this Doc View Source

GetBySummonerId(Region, String, Nullable<CancellationToken>)

Get a summoner by summoner ID.

Official API Reference: https://developer.riotgames.com/api-methods/#tft-summoner-v1/GET_getBySummonerId

Declaration
public Summoner GetBySummonerId(Region region, string encryptedSummonerId, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String encryptedSummonerId

Summoner ID (required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

Returns
Type Description
Summoner
| Improve this Doc View Source

GetBySummonerIdAsync(Region, String, Nullable<CancellationToken>)

Get a summoner by summoner ID.

Official API Reference: https://developer.riotgames.com/api-methods/#tft-summoner-v1/GET_getBySummonerId

Declaration
public Task<Summoner> GetBySummonerIdAsync(Region region, string encryptedSummonerId, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String encryptedSummonerId

Summoner ID (required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

Returns
Type Description
System.Threading.Tasks.Task<Summoner>
| Improve this Doc View Source

GetBySummonerName(Region, String, Nullable<CancellationToken>)

Get a summoner by summoner name.

Official API Reference: https://developer.riotgames.com/api-methods/#tft-summoner-v1/GET_getBySummonerName

Declaration
public Summoner GetBySummonerName(Region region, string summonerName, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String summonerName

Summoner Name (required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

Returns
Type Description
Summoner
| Improve this Doc View Source

GetBySummonerNameAsync(Region, String, Nullable<CancellationToken>)

Get a summoner by summoner name.

Official API Reference: https://developer.riotgames.com/api-methods/#tft-summoner-v1/GET_getBySummonerName

Declaration
public Task<Summoner> GetBySummonerNameAsync(Region region, string summonerName, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String summonerName

Summoner Name (required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

Returns
Type Description
System.Threading.Tasks.Task<Summoner>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX