-
-
- Class TournamentV4Endpoints
-
-
-
-
-
Inheritance
-
System.Object
-
-
TournamentV4Endpoints
-
-
-
Inherited Members
-
-
- 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()
-
-
-
- Assembly: Camille.RiotGames.dll
- Syntax
-
-
public class TournamentV4Endpoints : Endpoints
-
- Methods
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- CreateTournamentCode(RegionalRoute, TournamentCodeParameters, Int64, Nullable<Int32>, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public string[] CreateTournamentCode(RegionalRoute route, TournamentCodeParameters body, long tournamentId, int? count = null, CancellationToken? cancellationToken = null)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- RegionalRoute |
- route |
- Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
- |
-
-
- TournamentCodeParameters |
- body |
- |
-
-
- System.Int64 |
- tournamentId |
- The tournament ID (required, in query)
- |
-
-
- System.Nullable<System.Int32> |
- count |
- The number of codes to create (max 1000) (optional, in query)
- |
-
-
- System.Nullable<System.Threading.CancellationToken> |
- cancellationToken |
- A cancellation token that can be used to cancel this task. (optional)
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- System.String[] |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- CreateTournamentCodeAsync(RegionalRoute, TournamentCodeParameters, Int64, Nullable<Int32>, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public Task<string[]> CreateTournamentCodeAsync(RegionalRoute route, TournamentCodeParameters body, long tournamentId, int? count = null, CancellationToken? cancellationToken = null)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- RegionalRoute |
- route |
- Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
- |
-
-
- TournamentCodeParameters |
- body |
- |
-
-
- System.Int64 |
- tournamentId |
- The tournament ID (required, in query)
- |
-
-
- System.Nullable<System.Int32> |
- count |
- The number of codes to create (max 1000) (optional, in query)
- |
-
-
- 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<System.String[]> |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- GetLobbyEventsByCode(RegionalRoute, String, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public LobbyEventWrapper GetLobbyEventsByCode(RegionalRoute route, string tournamentCode, 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.String |
- tournamentCode |
- The short code to look up lobby events for (required, in path)
- |
-
-
- System.Nullable<System.Threading.CancellationToken> |
- cancellationToken |
- A cancellation token that can be used to cancel this task. (optional)
- |
-
-
-
- Returns
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- GetLobbyEventsByCodeAsync(RegionalRoute, String, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public Task<LobbyEventWrapper> GetLobbyEventsByCodeAsync(RegionalRoute route, string tournamentCode, 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.String |
- tournamentCode |
- The short code to look up lobby events for (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<LobbyEventWrapper> |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- GetTournamentCode(RegionalRoute, String, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public TournamentCode GetTournamentCode(RegionalRoute route, string tournamentCode, 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.String |
- tournamentCode |
- The tournament code string. (required, in path)
- |
-
-
- System.Nullable<System.Threading.CancellationToken> |
- cancellationToken |
- A cancellation token that can be used to cancel this task. (optional)
- |
-
-
-
- Returns
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- GetTournamentCodeAsync(RegionalRoute, String, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public Task<TournamentCode> GetTournamentCodeAsync(RegionalRoute route, string tournamentCode, 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.String |
- tournamentCode |
- The tournament code string. (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<TournamentCode> |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- RegisterProviderData(RegionalRoute, ProviderRegistrationParameters, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public int RegisterProviderData(RegionalRoute route, ProviderRegistrationParameters body, CancellationToken? cancellationToken = null)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- RegionalRoute |
- route |
- Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
- |
-
-
- ProviderRegistrationParameters |
- body |
- |
-
-
- System.Nullable<System.Threading.CancellationToken> |
- cancellationToken |
- A cancellation token that can be used to cancel this task. (optional)
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- System.Int32 |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- RegisterProviderDataAsync(RegionalRoute, ProviderRegistrationParameters, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public Task<int> RegisterProviderDataAsync(RegionalRoute route, ProviderRegistrationParameters body, CancellationToken? cancellationToken = null)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- RegionalRoute |
- route |
- Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
- |
-
-
- ProviderRegistrationParameters |
- body |
- |
-
-
- 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<System.Int32> |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- RegisterTournament(RegionalRoute, TournamentRegistrationParameters, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public int RegisterTournament(RegionalRoute route, TournamentRegistrationParameters body, CancellationToken? cancellationToken = null)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- RegionalRoute |
- route |
- Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
- |
-
-
- TournamentRegistrationParameters |
- body |
- |
-
-
- System.Nullable<System.Threading.CancellationToken> |
- cancellationToken |
- A cancellation token that can be used to cancel this task. (optional)
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- System.Int32 |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- RegisterTournamentAsync(RegionalRoute, TournamentRegistrationParameters, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public Task<int> RegisterTournamentAsync(RegionalRoute route, TournamentRegistrationParameters body, CancellationToken? cancellationToken = null)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- RegionalRoute |
- route |
- Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
- |
-
-
- TournamentRegistrationParameters |
- body |
- |
-
-
- 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<System.Int32> |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- UpdateCode(RegionalRoute, TournamentCodeUpdateParameters, String, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public void UpdateCode(RegionalRoute route, TournamentCodeUpdateParameters body, string tournamentCode, CancellationToken? cancellationToken = null)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- RegionalRoute |
- route |
- Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
- |
-
-
- TournamentCodeUpdateParameters |
- body |
- |
-
-
- System.String |
- tournamentCode |
- The tournament code to update (required, in path)
- |
-
-
- System.Nullable<System.Threading.CancellationToken> |
- cancellationToken |
- A cancellation token that can be used to cancel this task. (optional)
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- UpdateCodeAsync(RegionalRoute, TournamentCodeUpdateParameters, String, Nullable<CancellationToken>)
-
-
- Declaration
-
-
public Task UpdateCodeAsync(RegionalRoute route, TournamentCodeUpdateParameters body, string tournamentCode, CancellationToken? cancellationToken = null)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- RegionalRoute |
- route |
- Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
- |
-
-
- TournamentCodeUpdateParameters |
- body |
- |
-
-
- System.String |
- tournamentCode |
- The tournament code to update (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 |
- |
-
-
-
-