diff --git a/v/3.x.x/docs/api/Camille.RiotGames.TftLeagueV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.TftLeagueV1Endpoints.html index ab58adb2..1a264482 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.TftLeagueV1Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.TftLeagueV1Endpoints.html @@ -120,20 +120,20 @@

Methods

| - Improve this Doc + Improve this Doc - View Source + View Source -

GetChallengerLeague(PlatformRoute, Nullable<CancellationToken>)

+

GetChallengerLeague(PlatformRoute, String, Nullable<CancellationToken>)

Get the challenger league. Official API Reference: https://developer.riotgames.com/api-methods/#tft-league-v1/GET_getChallengerLeague

Declaration
-
public LeagueList GetChallengerLeague(PlatformRoute route, CancellationToken? cancellationToken = null)
+
public LeagueList GetChallengerLeague(PlatformRoute route, string queue = null, CancellationToken? cancellationToken = null)
Parameters
@@ -149,6 +149,12 @@
Parameters
+ + + + + @@ -176,20 +182,20 @@
Returns
PlatformRoute route

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

+
System.Stringqueue

Defaults to RANKED_TFT. (optional, in query)

| - Improve this Doc + Improve this Doc - View Source + View Source -

GetChallengerLeagueAsync(PlatformRoute, Nullable<CancellationToken>)

+

GetChallengerLeagueAsync(PlatformRoute, String, Nullable<CancellationToken>)

Get the challenger league. Official API Reference: https://developer.riotgames.com/api-methods/#tft-league-v1/GET_getChallengerLeague

Declaration
-
public Task<LeagueList> GetChallengerLeagueAsync(PlatformRoute route, CancellationToken? cancellationToken = null)
+
public Task<LeagueList> GetChallengerLeagueAsync(PlatformRoute route, string queue = null, CancellationToken? cancellationToken = null)
Parameters
@@ -205,6 +211,12 @@
Parameters
+ + + + + @@ -232,20 +244,20 @@
Returns
PlatformRoute route

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

+
System.Stringqueue

Defaults to RANKED_TFT. (optional, in query)

| - Improve this Doc + Improve this Doc - View Source + View Source -

GetGrandmasterLeague(PlatformRoute, Nullable<CancellationToken>)

+

GetGrandmasterLeague(PlatformRoute, String, Nullable<CancellationToken>)

Get the grandmaster league. Official API Reference: https://developer.riotgames.com/api-methods/#tft-league-v1/GET_getGrandmasterLeague

Declaration
-
public LeagueList GetGrandmasterLeague(PlatformRoute route, CancellationToken? cancellationToken = null)
+
public LeagueList GetGrandmasterLeague(PlatformRoute route, string queue = null, CancellationToken? cancellationToken = null)
Parameters
@@ -261,6 +273,12 @@
Parameters
+ + + + + @@ -288,20 +306,20 @@
Returns
PlatformRoute route

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

+
System.Stringqueue

Defaults to RANKED_TFT. (optional, in query)

| - Improve this Doc + Improve this Doc - View Source + View Source -

GetGrandmasterLeagueAsync(PlatformRoute, Nullable<CancellationToken>)

+

GetGrandmasterLeagueAsync(PlatformRoute, String, Nullable<CancellationToken>)

Get the grandmaster league. Official API Reference: https://developer.riotgames.com/api-methods/#tft-league-v1/GET_getGrandmasterLeague

Declaration
-
public Task<LeagueList> GetGrandmasterLeagueAsync(PlatformRoute route, CancellationToken? cancellationToken = null)
+
public Task<LeagueList> GetGrandmasterLeagueAsync(PlatformRoute route, string queue = null, CancellationToken? cancellationToken = null)
Parameters
@@ -317,6 +335,12 @@
Parameters
+ + + + + @@ -347,7 +371,7 @@
Returns
Improve this Doc - View Source + View Source

GetLeagueById(PlatformRoute, String, Nullable<CancellationToken>)

@@ -409,7 +433,7 @@
Returns
Improve this Doc - View Source + View Source

GetLeagueByIdAsync(PlatformRoute, String, Nullable<CancellationToken>)

@@ -468,20 +492,20 @@
Returns
PlatformRoute route

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

+
System.Stringqueue

Defaults to RANKED_TFT. (optional, in query)

| - Improve this Doc + Improve this Doc - View Source + View Source -

GetLeagueEntries(PlatformRoute, Enums.Tier, String, Nullable<Int32>, Nullable<CancellationToken>)

+

GetLeagueEntries(PlatformRoute, Enums.Tier, String, Nullable<Int32>, String, Nullable<CancellationToken>)

Get all the league entries. Official API Reference: https://developer.riotgames.com/api-methods/#tft-league-v1/GET_getLeagueEntries

Declaration
-
public LeagueEntry[] GetLeagueEntries(PlatformRoute route, Enums.Tier tier, string division, int? page = null, CancellationToken? cancellationToken = null)
+
public LeagueEntry[] GetLeagueEntries(PlatformRoute route, Enums.Tier tier, string division, int? page = null, string queue = null, CancellationToken? cancellationToken = null)
Parameters
@@ -515,6 +539,12 @@
Parameters
+ + + + + @@ -542,20 +572,20 @@
Returns
System.Nullable<System.Int32> page

Defaults to 1. Starts with page 1. (optional, in query)

+
System.Stringqueue

Defaults to RANKED_TFT. (optional, in query)

| - Improve this Doc + Improve this Doc - View Source + View Source -

GetLeagueEntriesAsync(PlatformRoute, Enums.Tier, String, Nullable<Int32>, Nullable<CancellationToken>)

+

GetLeagueEntriesAsync(PlatformRoute, Enums.Tier, String, Nullable<Int32>, String, Nullable<CancellationToken>)

Get all the league entries. Official API Reference: https://developer.riotgames.com/api-methods/#tft-league-v1/GET_getLeagueEntries

Declaration
-
public Task<LeagueEntry[]> GetLeagueEntriesAsync(PlatformRoute route, Enums.Tier tier, string division, int? page = null, CancellationToken? cancellationToken = null)
+
public Task<LeagueEntry[]> GetLeagueEntriesAsync(PlatformRoute route, Enums.Tier tier, string division, int? page = null, string queue = null, CancellationToken? cancellationToken = null)
Parameters
@@ -589,6 +619,12 @@
Parameters
+ + + + + @@ -619,7 +655,7 @@
Returns
Improve this Doc - View Source + View Source

GetLeagueEntriesForSummoner(PlatformRoute, String, Nullable<CancellationToken>)

@@ -681,7 +717,7 @@
Returns
Improve this Doc - View Source + View Source

GetLeagueEntriesForSummonerAsync(PlatformRoute, String, Nullable<CancellationToken>)

@@ -740,20 +776,20 @@
Returns
System.Nullable<System.Int32> page

Defaults to 1. Starts with page 1. (optional, in query)

+
System.Stringqueue

Defaults to RANKED_TFT. (optional, in query)

| - Improve this Doc + Improve this Doc - View Source + View Source -

GetMasterLeague(PlatformRoute, Nullable<CancellationToken>)

+

GetMasterLeague(PlatformRoute, String, Nullable<CancellationToken>)

Get the master league. Official API Reference: https://developer.riotgames.com/api-methods/#tft-league-v1/GET_getMasterLeague

Declaration
-
public LeagueList GetMasterLeague(PlatformRoute route, CancellationToken? cancellationToken = null)
+
public LeagueList GetMasterLeague(PlatformRoute route, string queue = null, CancellationToken? cancellationToken = null)
Parameters
@@ -769,6 +805,12 @@
Parameters
+ + + + + @@ -796,20 +838,20 @@
Returns
PlatformRoute route

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

+
System.Stringqueue

Defaults to RANKED_TFT. (optional, in query)

| - Improve this Doc + Improve this Doc - View Source + View Source -

GetMasterLeagueAsync(PlatformRoute, Nullable<CancellationToken>)

+

GetMasterLeagueAsync(PlatformRoute, String, Nullable<CancellationToken>)

Get the master league. Official API Reference: https://developer.riotgames.com/api-methods/#tft-league-v1/GET_getMasterLeague

Declaration
-
public Task<LeagueList> GetMasterLeagueAsync(PlatformRoute route, CancellationToken? cancellationToken = null)
+
public Task<LeagueList> GetMasterLeagueAsync(PlatformRoute route, string queue = null, CancellationToken? cancellationToken = null)
Parameters
@@ -825,6 +867,12 @@
Parameters
+ + + + + @@ -855,7 +903,7 @@
Returns
Improve this Doc - View Source + View Source

GetTopRatedLadder(PlatformRoute, Enums.QueueType, Nullable<CancellationToken>)

@@ -917,7 +965,7 @@
Returns
Improve this Doc - View Source + View Source

GetTopRatedLadderAsync(PlatformRoute, Enums.QueueType, Nullable<CancellationToken>)

diff --git a/v/3.x.x/docs/api/Camille.RiotGames.TftMatchV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.TftMatchV1Endpoints.html index 08502f3f..744bf0e9 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.TftMatchV1Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.TftMatchV1Endpoints.html @@ -123,7 +123,7 @@

Methods Improve this Doc - View Source + View Source

GetMatch(RegionalRoute, String, Nullable<CancellationToken>)

@@ -185,7 +185,7 @@
Returns
Improve this Doc - View Source + View Source

GetMatchAsync(RegionalRoute, String, Nullable<CancellationToken>)

@@ -247,7 +247,7 @@
Returns
Improve this Doc - View Source + View Source

GetMatchIdsByPUUID(RegionalRoute, String, Nullable<Int32>, Nullable<Int64>, Nullable<Int32>, Nullable<Int64>, Nullable<CancellationToken>)

@@ -333,7 +333,7 @@
Returns
Improve this Doc - View Source + View Source

GetMatchIdsByPUUIDAsync(RegionalRoute, String, Nullable<Int32>, Nullable<Int64>, Nullable<Int32>, Nullable<Int64>, Nullable<CancellationToken>)

@@ -425,7 +425,7 @@
Returns
Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/api/Camille.RiotGames.TftStatusV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.TftStatusV1Endpoints.html index ef44287d..6930fdaa 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.TftStatusV1Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.TftStatusV1Endpoints.html @@ -123,7 +123,7 @@

    Methods Improve this Doc - View Source + View Source

    GetPlatformData(PlatformRoute, Nullable<CancellationToken>)

    @@ -179,7 +179,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPlatformDataAsync(PlatformRoute, Nullable<CancellationToken>)

    @@ -241,7 +241,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/api/Camille.RiotGames.TftSummonerV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.TftSummonerV1Endpoints.html index eb5a27c8..025f1a9f 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.TftSummonerV1Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.TftSummonerV1Endpoints.html @@ -123,7 +123,7 @@

    Methods Improve this Doc - View Source + View Source

    GetByAccessToken(PlatformRoute, String, Nullable<CancellationToken>)

    @@ -185,7 +185,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetByAccessTokenAsync(PlatformRoute, String, Nullable<CancellationToken>)

    @@ -247,7 +247,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetByAccountId(PlatformRoute, String, Nullable<CancellationToken>)

    @@ -309,7 +309,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetByAccountIdAsync(PlatformRoute, String, Nullable<CancellationToken>)

    @@ -371,7 +371,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetByPUUID(PlatformRoute, String, Nullable<CancellationToken>)

    @@ -433,7 +433,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetByPUUIDAsync(PlatformRoute, String, Nullable<CancellationToken>)

    @@ -495,7 +495,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetBySummonerId(PlatformRoute, String, Nullable<CancellationToken>)

    @@ -557,7 +557,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetBySummonerIdAsync(PlatformRoute, String, Nullable<CancellationToken>)

    @@ -619,7 +619,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetBySummonerName(PlatformRoute, String, Nullable<CancellationToken>)

    @@ -681,7 +681,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetBySummonerNameAsync(PlatformRoute, String, Nullable<CancellationToken>)

    @@ -749,7 +749,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/api/Camille.RiotGames.TournamentStubV4Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.TournamentStubV4Endpoints.html index d0b9efcd..5420af84 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.TournamentStubV4Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.TournamentStubV4Endpoints.html @@ -123,7 +123,7 @@

    Methods Improve this Doc - View Source + View Source

    CreateTournamentCode(RegionalRoute, TournamentCodeParameters, Int64, Nullable<Int32>, Nullable<CancellationToken>)

    @@ -196,7 +196,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateTournamentCodeAsync(RegionalRoute, TournamentCodeParameters, Int64, Nullable<Int32>, Nullable<CancellationToken>)

    @@ -269,7 +269,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLobbyEventsByCode(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -331,7 +331,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLobbyEventsByCodeAsync(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -393,7 +393,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterProviderData(RegionalRoute, ProviderRegistrationParameters, Nullable<CancellationToken>)

    @@ -456,7 +456,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterProviderDataAsync(RegionalRoute, ProviderRegistrationParameters, Nullable<CancellationToken>)

    @@ -519,7 +519,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterTournament(RegionalRoute, TournamentRegistrationParameters, Nullable<CancellationToken>)

    @@ -580,7 +580,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterTournamentAsync(RegionalRoute, TournamentRegistrationParameters, Nullable<CancellationToken>)

    @@ -647,7 +647,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/api/Camille.RiotGames.TournamentStubV5Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.TournamentStubV5Endpoints.html index 2799289c..b6a79436 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.TournamentStubV5Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.TournamentStubV5Endpoints.html @@ -123,7 +123,7 @@

    Methods Improve this Doc - View Source + View Source

    CreateTournamentCode(RegionalRoute, TournamentCodeParametersV5, Int64, Nullable<Int32>, Nullable<CancellationToken>)

    @@ -196,7 +196,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateTournamentCodeAsync(RegionalRoute, TournamentCodeParametersV5, Int64, Nullable<Int32>, Nullable<CancellationToken>)

    @@ -269,7 +269,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLobbyEventsByCode(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -331,7 +331,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLobbyEventsByCodeAsync(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -393,7 +393,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTournamentCode(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -455,7 +455,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTournamentCodeAsync(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -517,7 +517,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterProviderData(RegionalRoute, ProviderRegistrationParametersV5, Nullable<CancellationToken>)

    @@ -580,7 +580,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterProviderDataAsync(RegionalRoute, ProviderRegistrationParametersV5, Nullable<CancellationToken>)

    @@ -643,7 +643,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterTournament(RegionalRoute, TournamentRegistrationParametersV5, Nullable<CancellationToken>)

    @@ -704,7 +704,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterTournamentAsync(RegionalRoute, TournamentRegistrationParametersV5, Nullable<CancellationToken>)

    @@ -771,7 +771,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/api/Camille.RiotGames.TournamentV4Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.TournamentV4Endpoints.html index 2ed95f0c..7d135efc 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.TournamentV4Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.TournamentV4Endpoints.html @@ -123,7 +123,7 @@

    Methods Improve this Doc - View Source + View Source

    CreateTournamentCode(RegionalRoute, TournamentCodeParameters, Int64, Nullable<Int32>, Nullable<CancellationToken>)

    @@ -196,7 +196,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateTournamentCodeAsync(RegionalRoute, TournamentCodeParameters, Int64, Nullable<Int32>, Nullable<CancellationToken>)

    @@ -269,7 +269,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLobbyEventsByCode(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -331,7 +331,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLobbyEventsByCodeAsync(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -393,7 +393,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTournamentCode(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -455,7 +455,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTournamentCodeAsync(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -517,7 +517,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterProviderData(RegionalRoute, ProviderRegistrationParameters, Nullable<CancellationToken>)

    @@ -580,7 +580,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterProviderDataAsync(RegionalRoute, ProviderRegistrationParameters, Nullable<CancellationToken>)

    @@ -643,7 +643,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterTournament(RegionalRoute, TournamentRegistrationParameters, Nullable<CancellationToken>)

    @@ -704,7 +704,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterTournamentAsync(RegionalRoute, TournamentRegistrationParameters, Nullable<CancellationToken>)

    @@ -765,7 +765,7 @@
    Returns
    Improve this Doc - View Source + View Source

    UpdateCode(RegionalRoute, TournamentCodeUpdateParameters, String, Nullable<CancellationToken>)

    @@ -817,7 +817,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    UpdateCodeAsync(RegionalRoute, TournamentCodeUpdateParameters, String, Nullable<CancellationToken>)

    @@ -890,7 +890,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/api/Camille.RiotGames.TournamentV5Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.TournamentV5Endpoints.html index 98db4953..72f48371 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.TournamentV5Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.TournamentV5Endpoints.html @@ -123,7 +123,7 @@

    Methods Improve this Doc - View Source + View Source

    CreateTournamentCode(RegionalRoute, TournamentCodeParametersV5, Int64, Nullable<Int32>, Nullable<CancellationToken>)

    @@ -196,7 +196,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateTournamentCodeAsync(RegionalRoute, TournamentCodeParametersV5, Int64, Nullable<Int32>, Nullable<CancellationToken>)

    @@ -269,7 +269,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLobbyEventsByCode(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -331,7 +331,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLobbyEventsByCodeAsync(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -393,7 +393,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTournamentCode(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -455,7 +455,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTournamentCodeAsync(RegionalRoute, String, Nullable<CancellationToken>)

    @@ -517,7 +517,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterProviderData(RegionalRoute, ProviderRegistrationParametersV5, Nullable<CancellationToken>)

    @@ -580,7 +580,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterProviderDataAsync(RegionalRoute, ProviderRegistrationParametersV5, Nullable<CancellationToken>)

    @@ -643,7 +643,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterTournament(RegionalRoute, TournamentRegistrationParametersV5, Nullable<CancellationToken>)

    @@ -704,7 +704,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RegisterTournamentAsync(RegionalRoute, TournamentRegistrationParametersV5, Nullable<CancellationToken>)

    @@ -765,7 +765,7 @@
    Returns
    Improve this Doc - View Source + View Source

    UpdateCode(RegionalRoute, TournamentCodeUpdateParametersV5, String, Nullable<CancellationToken>)

    @@ -817,7 +817,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    UpdateCodeAsync(RegionalRoute, TournamentCodeUpdateParametersV5, String, Nullable<CancellationToken>)

    @@ -890,7 +890,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ValContentV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.ValContentV1Endpoints.html index 3e013c94..c88fd6b8 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.ValContentV1Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.ValContentV1Endpoints.html @@ -123,7 +123,7 @@

    Methods Improve this Doc - View Source + View Source

    GetContent(ValPlatformRoute, String, Nullable<CancellationToken>)

    @@ -185,7 +185,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetContentAsync(ValPlatformRoute, String, Nullable<CancellationToken>)

    @@ -253,7 +253,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ValMatchV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.ValMatchV1Endpoints.html index 359d3bc1..04f1c739 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.ValMatchV1Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.ValMatchV1Endpoints.html @@ -123,7 +123,7 @@

    Methods Improve this Doc - View Source + View Source

    GetMatch(ValPlatformRoute, String, Nullable<CancellationToken>)

    @@ -185,7 +185,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetMatchAsync(ValPlatformRoute, String, Nullable<CancellationToken>)

    @@ -247,7 +247,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetMatchlist(ValPlatformRoute, String, Nullable<CancellationToken>)

    @@ -309,7 +309,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetMatchlistAsync(ValPlatformRoute, String, Nullable<CancellationToken>)

    @@ -371,7 +371,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRecent(ValPlatformRoute, String, Nullable<CancellationToken>)

    @@ -435,7 +435,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRecentAsync(ValPlatformRoute, String, Nullable<CancellationToken>)

    @@ -505,7 +505,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ValRankedV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.ValRankedV1Endpoints.html index c02e1fea..e7a96590 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.ValRankedV1Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.ValRankedV1Endpoints.html @@ -123,7 +123,7 @@

    Methods Improve this Doc - View Source + View Source

    GetLeaderboard(ValPlatformRoute, String, Nullable<Int32>, Nullable<Int32>, Nullable<CancellationToken>)

    @@ -197,7 +197,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLeaderboardAsync(ValPlatformRoute, String, Nullable<Int32>, Nullable<Int32>, Nullable<CancellationToken>)

    @@ -277,7 +277,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ValStatusV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.ValStatusV1Endpoints.html index e185b877..580331a7 100644 --- a/v/3.x.x/docs/api/Camille.RiotGames.ValStatusV1Endpoints.html +++ b/v/3.x.x/docs/api/Camille.RiotGames.ValStatusV1Endpoints.html @@ -123,7 +123,7 @@

    Methods Improve this Doc - View Source + View Source

    GetPlatformData(ValPlatformRoute, Nullable<CancellationToken>)

    @@ -179,7 +179,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPlatformDataAsync(ValPlatformRoute, Nullable<CancellationToken>)

    @@ -241,7 +241,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/v/3.x.x/docs/manifest.json b/v/3.x.x/docs/manifest.json index 98fcd08b..7c538ad8 100644 --- a/v/3.x.x/docs/manifest.json +++ b/v/3.x.x/docs/manifest.json @@ -2133,7 +2133,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.TftLeagueV1Endpoints.html", - "hash": "g+VV4A2t6Gn5MhchOXm6J4H6mIPinM3/RcxJwIsk5j4=" + "hash": "/vPUVusGz9d3+Btw2RaatdCf87xQzTg7fxiiK0oBrYs=" } }, "is_incremental": false, @@ -2241,7 +2241,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.TftMatchV1Endpoints.html", - "hash": "uL8Fev/XgZl90tieT9IoKZwEZY2vUlx24bXa2Fve2Jk=" + "hash": "Ae2Lbn3jWbqxLqKfSjFlfNMA/eWijZ6MKWtAPPtjFpk=" } }, "is_incremental": false, @@ -2313,7 +2313,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.TftStatusV1Endpoints.html", - "hash": "L5WHYkigL1p0PtSs+pJ7f1iDVGM/I5JfneKMhbgT7nc=" + "hash": "WGr9JdUlZe2vZu4DjXeuM/EA54cghFr/pW5fJxiWTJE=" } }, "is_incremental": false, @@ -2349,7 +2349,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.TftSummonerV1Endpoints.html", - "hash": "KOYL8+uwu850TDIDkmXoS9koweOzIpOPlLwC2VEKu6M=" + "hash": "mNu5Zs6TEDh9x21BVRTBKcBGctkw0+ATeqmEr8iRrP0=" } }, "is_incremental": false, @@ -2433,7 +2433,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.TournamentStubV4Endpoints.html", - "hash": "mQyt9YJ/Tv7QlSZu4dwRtSnh4U+zMB22AjlOIfNuTXc=" + "hash": "vgO5K/V9LnEInTvdkX3u/CwXh7B1YZ6UIIcaDByKPCo=" } }, "is_incremental": false, @@ -2529,7 +2529,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.TournamentStubV5Endpoints.html", - "hash": "AxLhMUbw6q5TS7hpjyfv4ZGY9sAVi0ZI9W03C+TxtM4=" + "hash": "KhIozfUMnRvN+Voqb7ES//hl7YLKm6XtddL4I1NJQaA=" } }, "is_incremental": false, @@ -2637,7 +2637,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.TournamentV4Endpoints.html", - "hash": "slyzX2JR3tL+KdtfT4JAH1ZCG4m7tUzh1jurLTvY6DQ=" + "hash": "w9aiMGyYTniWe1gYBS4i0R4wdJ2WJILdSWv4aho2tXw=" } }, "is_incremental": false, @@ -2745,7 +2745,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.TournamentV5Endpoints.html", - "hash": "vMpDLKQXjk0lqaPsbDAUvjs5N5lKQYL53WZk1mG+0Rw=" + "hash": "dyYlpXgltPspE5vhAjGRRzCcrX24n9fK5XenC3IwRqI=" } }, "is_incremental": false, @@ -2961,7 +2961,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.ValContentV1Endpoints.html", - "hash": "PMpJLwnFUThbbZZ7LvBnWvccggWsrRM0/8UkQ/WLeKI=" + "hash": "n/e3Coymxh8+ew13QnHJNGTtx6MiPDB694HKDxgX/H4=" } }, "is_incremental": false, @@ -3213,7 +3213,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.ValMatchV1Endpoints.html", - "hash": "5Ndzft4S1zKOsBlrHOzCU5qNJHghOJd9tnAQW3N+KW0=" + "hash": "jjAE/AW2AMBh9sAKbOcgrEUPa0q8Yu5HlwJI8IW41D0=" } }, "is_incremental": false, @@ -3273,7 +3273,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.ValRankedV1Endpoints.html", - "hash": "JxMaMUzNrnFMIEr+uDtMMSTNmeRaGGebvM1kmQA+xGM=" + "hash": "PwcbPy3jxwIQ4oAhxdhoYdkHwcbtQsJIsnmliz7VRoI=" } }, "is_incremental": false, @@ -3345,7 +3345,7 @@ "output": { ".html": { "relative_path": "api/Camille.RiotGames.ValStatusV1Endpoints.html", - "hash": "71iHpX4ff/1FiDHHq88Ttr7wCcSjA4ygLBuaJsti9vk=" + "hash": "M4UK+5RcKOfZ8pb2ndgS8zAFS0VrmKBAPTciIP8EjVg=" } }, "is_incremental": false, diff --git a/v/3.x.x/docs/xrefmap.yml b/v/3.x.x/docs/xrefmap.yml index 11ea8562..92dc061b 100644 --- a/v/3.x.x/docs/xrefmap.yml +++ b/v/3.x.x/docs/xrefmap.yml @@ -21986,15 +21986,15 @@ references: commentId: T:Camille.RiotGames.TftLeagueV1Endpoints fullName: Camille.RiotGames.TftLeagueV1Endpoints nameWithType: TftLeagueV1Endpoints -- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name: GetChallengerLeague(PlatformRoute, Nullable) - href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetChallengerLeague_PlatformRoute_System_Nullable_System_Threading_CancellationToken__ - commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name.vb: GetChallengerLeague(PlatformRoute, Nullable(Of CancellationToken)) - fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute, System.Nullable) - fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute, System.Nullable(Of System.Threading.CancellationToken)) - nameWithType: TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute, Nullable) - nameWithType.vb: TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute, Nullable(Of CancellationToken)) +- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name: GetChallengerLeague(PlatformRoute, String, Nullable) + href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetChallengerLeague_PlatformRoute_System_String_System_Nullable_System_Threading_CancellationToken__ + commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name.vb: GetChallengerLeague(PlatformRoute, String, Nullable(Of CancellationToken)) + fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute, System.String, System.Nullable) + fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute, System.String, System.Nullable(Of System.Threading.CancellationToken)) + nameWithType: TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute, String, Nullable) + nameWithType.vb: TftLeagueV1Endpoints.GetChallengerLeague(PlatformRoute, String, Nullable(Of CancellationToken)) - uid: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeague* name: GetChallengerLeague href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetChallengerLeague_ @@ -22002,15 +22002,15 @@ references: isSpec: "True" fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeague nameWithType: TftLeagueV1Endpoints.GetChallengerLeague -- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name: GetChallengerLeagueAsync(PlatformRoute, Nullable) - href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetChallengerLeagueAsync_PlatformRoute_System_Nullable_System_Threading_CancellationToken__ - commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name.vb: GetChallengerLeagueAsync(PlatformRoute, Nullable(Of CancellationToken)) - fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute, System.Nullable) - fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute, System.Nullable(Of System.Threading.CancellationToken)) - nameWithType: TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute, Nullable) - nameWithType.vb: TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute, Nullable(Of CancellationToken)) +- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name: GetChallengerLeagueAsync(PlatformRoute, String, Nullable) + href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetChallengerLeagueAsync_PlatformRoute_System_String_System_Nullable_System_Threading_CancellationToken__ + commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name.vb: GetChallengerLeagueAsync(PlatformRoute, String, Nullable(Of CancellationToken)) + fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute, System.String, System.Nullable) + fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute, System.String, System.Nullable(Of System.Threading.CancellationToken)) + nameWithType: TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute, String, Nullable) + nameWithType.vb: TftLeagueV1Endpoints.GetChallengerLeagueAsync(PlatformRoute, String, Nullable(Of CancellationToken)) - uid: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeagueAsync* name: GetChallengerLeagueAsync href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetChallengerLeagueAsync_ @@ -22018,15 +22018,15 @@ references: isSpec: "True" fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetChallengerLeagueAsync nameWithType: TftLeagueV1Endpoints.GetChallengerLeagueAsync -- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name: GetGrandmasterLeague(PlatformRoute, Nullable) - href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetGrandmasterLeague_PlatformRoute_System_Nullable_System_Threading_CancellationToken__ - commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name.vb: GetGrandmasterLeague(PlatformRoute, Nullable(Of CancellationToken)) - fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute, System.Nullable) - fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute, System.Nullable(Of System.Threading.CancellationToken)) - nameWithType: TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute, Nullable) - nameWithType.vb: TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute, Nullable(Of CancellationToken)) +- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name: GetGrandmasterLeague(PlatformRoute, String, Nullable) + href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetGrandmasterLeague_PlatformRoute_System_String_System_Nullable_System_Threading_CancellationToken__ + commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name.vb: GetGrandmasterLeague(PlatformRoute, String, Nullable(Of CancellationToken)) + fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute, System.String, System.Nullable) + fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute, System.String, System.Nullable(Of System.Threading.CancellationToken)) + nameWithType: TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute, String, Nullable) + nameWithType.vb: TftLeagueV1Endpoints.GetGrandmasterLeague(PlatformRoute, String, Nullable(Of CancellationToken)) - uid: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeague* name: GetGrandmasterLeague href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetGrandmasterLeague_ @@ -22034,15 +22034,15 @@ references: isSpec: "True" fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeague nameWithType: TftLeagueV1Endpoints.GetGrandmasterLeague -- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name: GetGrandmasterLeagueAsync(PlatformRoute, Nullable) - href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetGrandmasterLeagueAsync_PlatformRoute_System_Nullable_System_Threading_CancellationToken__ - commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name.vb: GetGrandmasterLeagueAsync(PlatformRoute, Nullable(Of CancellationToken)) - fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute, System.Nullable) - fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute, System.Nullable(Of System.Threading.CancellationToken)) - nameWithType: TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute, Nullable) - nameWithType.vb: TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute, Nullable(Of CancellationToken)) +- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name: GetGrandmasterLeagueAsync(PlatformRoute, String, Nullable) + href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetGrandmasterLeagueAsync_PlatformRoute_System_String_System_Nullable_System_Threading_CancellationToken__ + commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name.vb: GetGrandmasterLeagueAsync(PlatformRoute, String, Nullable(Of CancellationToken)) + fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute, System.String, System.Nullable) + fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute, System.String, System.Nullable(Of System.Threading.CancellationToken)) + nameWithType: TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute, String, Nullable) + nameWithType.vb: TftLeagueV1Endpoints.GetGrandmasterLeagueAsync(PlatformRoute, String, Nullable(Of CancellationToken)) - uid: Camille.RiotGames.TftLeagueV1Endpoints.GetGrandmasterLeagueAsync* name: GetGrandmasterLeagueAsync href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetGrandmasterLeagueAsync_ @@ -22082,15 +22082,15 @@ references: isSpec: "True" fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueByIdAsync nameWithType: TftLeagueV1Endpoints.GetLeagueByIdAsync -- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute,Camille.Enums.Tier,System.String,System.Nullable{System.Int32},System.Nullable{System.Threading.CancellationToken}) - name: GetLeagueEntries(PlatformRoute, Enums.Tier, String, Nullable, Nullable) - href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetLeagueEntries_PlatformRoute_Camille_Enums_Tier_System_String_System_Nullable_System_Int32__System_Nullable_System_Threading_CancellationToken__ - commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute,Camille.Enums.Tier,System.String,System.Nullable{System.Int32},System.Nullable{System.Threading.CancellationToken}) - name.vb: GetLeagueEntries(PlatformRoute, Enums.Tier, String, Nullable(Of Int32), Nullable(Of CancellationToken)) - fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute, Camille.Enums.Tier, System.String, System.Nullable, System.Nullable) - fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute, Camille.Enums.Tier, System.String, System.Nullable(Of System.Int32), System.Nullable(Of System.Threading.CancellationToken)) - nameWithType: TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute, Enums.Tier, String, Nullable, Nullable) - nameWithType.vb: TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute, Enums.Tier, String, Nullable(Of Int32), Nullable(Of CancellationToken)) +- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute,Camille.Enums.Tier,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Threading.CancellationToken}) + name: GetLeagueEntries(PlatformRoute, Enums.Tier, String, Nullable, String, Nullable) + href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetLeagueEntries_PlatformRoute_Camille_Enums_Tier_System_String_System_Nullable_System_Int32__System_String_System_Nullable_System_Threading_CancellationToken__ + commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute,Camille.Enums.Tier,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Threading.CancellationToken}) + name.vb: GetLeagueEntries(PlatformRoute, Enums.Tier, String, Nullable(Of Int32), String, Nullable(Of CancellationToken)) + fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute, Camille.Enums.Tier, System.String, System.Nullable, System.String, System.Nullable) + fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute, Camille.Enums.Tier, System.String, System.Nullable(Of System.Int32), System.String, System.Nullable(Of System.Threading.CancellationToken)) + nameWithType: TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute, Enums.Tier, String, Nullable, String, Nullable) + nameWithType.vb: TftLeagueV1Endpoints.GetLeagueEntries(PlatformRoute, Enums.Tier, String, Nullable(Of Int32), String, Nullable(Of CancellationToken)) - uid: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntries* name: GetLeagueEntries href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetLeagueEntries_ @@ -22098,15 +22098,15 @@ references: isSpec: "True" fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntries nameWithType: TftLeagueV1Endpoints.GetLeagueEntries -- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute,Camille.Enums.Tier,System.String,System.Nullable{System.Int32},System.Nullable{System.Threading.CancellationToken}) - name: GetLeagueEntriesAsync(PlatformRoute, Enums.Tier, String, Nullable, Nullable) - href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetLeagueEntriesAsync_PlatformRoute_Camille_Enums_Tier_System_String_System_Nullable_System_Int32__System_Nullable_System_Threading_CancellationToken__ - commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute,Camille.Enums.Tier,System.String,System.Nullable{System.Int32},System.Nullable{System.Threading.CancellationToken}) - name.vb: GetLeagueEntriesAsync(PlatformRoute, Enums.Tier, String, Nullable(Of Int32), Nullable(Of CancellationToken)) - fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute, Camille.Enums.Tier, System.String, System.Nullable, System.Nullable) - fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute, Camille.Enums.Tier, System.String, System.Nullable(Of System.Int32), System.Nullable(Of System.Threading.CancellationToken)) - nameWithType: TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute, Enums.Tier, String, Nullable, Nullable) - nameWithType.vb: TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute, Enums.Tier, String, Nullable(Of Int32), Nullable(Of CancellationToken)) +- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute,Camille.Enums.Tier,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Threading.CancellationToken}) + name: GetLeagueEntriesAsync(PlatformRoute, Enums.Tier, String, Nullable, String, Nullable) + href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetLeagueEntriesAsync_PlatformRoute_Camille_Enums_Tier_System_String_System_Nullable_System_Int32__System_String_System_Nullable_System_Threading_CancellationToken__ + commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute,Camille.Enums.Tier,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Threading.CancellationToken}) + name.vb: GetLeagueEntriesAsync(PlatformRoute, Enums.Tier, String, Nullable(Of Int32), String, Nullable(Of CancellationToken)) + fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute, Camille.Enums.Tier, System.String, System.Nullable, System.String, System.Nullable) + fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute, Camille.Enums.Tier, System.String, System.Nullable(Of System.Int32), System.String, System.Nullable(Of System.Threading.CancellationToken)) + nameWithType: TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute, Enums.Tier, String, Nullable, String, Nullable) + nameWithType.vb: TftLeagueV1Endpoints.GetLeagueEntriesAsync(PlatformRoute, Enums.Tier, String, Nullable(Of Int32), String, Nullable(Of CancellationToken)) - uid: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntriesAsync* name: GetLeagueEntriesAsync href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetLeagueEntriesAsync_ @@ -22146,15 +22146,15 @@ references: isSpec: "True" fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetLeagueEntriesForSummonerAsync nameWithType: TftLeagueV1Endpoints.GetLeagueEntriesForSummonerAsync -- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name: GetMasterLeague(PlatformRoute, Nullable) - href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetMasterLeague_PlatformRoute_System_Nullable_System_Threading_CancellationToken__ - commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name.vb: GetMasterLeague(PlatformRoute, Nullable(Of CancellationToken)) - fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute, System.Nullable) - fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute, System.Nullable(Of System.Threading.CancellationToken)) - nameWithType: TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute, Nullable) - nameWithType.vb: TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute, Nullable(Of CancellationToken)) +- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name: GetMasterLeague(PlatformRoute, String, Nullable) + href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetMasterLeague_PlatformRoute_System_String_System_Nullable_System_Threading_CancellationToken__ + commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name.vb: GetMasterLeague(PlatformRoute, String, Nullable(Of CancellationToken)) + fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute, System.String, System.Nullable) + fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute, System.String, System.Nullable(Of System.Threading.CancellationToken)) + nameWithType: TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute, String, Nullable) + nameWithType.vb: TftLeagueV1Endpoints.GetMasterLeague(PlatformRoute, String, Nullable(Of CancellationToken)) - uid: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeague* name: GetMasterLeague href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetMasterLeague_ @@ -22162,15 +22162,15 @@ references: isSpec: "True" fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeague nameWithType: TftLeagueV1Endpoints.GetMasterLeague -- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name: GetMasterLeagueAsync(PlatformRoute, Nullable) - href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetMasterLeagueAsync_PlatformRoute_System_Nullable_System_Threading_CancellationToken__ - commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute,System.Nullable{System.Threading.CancellationToken}) - name.vb: GetMasterLeagueAsync(PlatformRoute, Nullable(Of CancellationToken)) - fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute, System.Nullable) - fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute, System.Nullable(Of System.Threading.CancellationToken)) - nameWithType: TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute, Nullable) - nameWithType.vb: TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute, Nullable(Of CancellationToken)) +- uid: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name: GetMasterLeagueAsync(PlatformRoute, String, Nullable) + href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetMasterLeagueAsync_PlatformRoute_System_String_System_Nullable_System_Threading_CancellationToken__ + commentId: M:Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute,System.String,System.Nullable{System.Threading.CancellationToken}) + name.vb: GetMasterLeagueAsync(PlatformRoute, String, Nullable(Of CancellationToken)) + fullName: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute, System.String, System.Nullable) + fullName.vb: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute, System.String, System.Nullable(Of System.Threading.CancellationToken)) + nameWithType: TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute, String, Nullable) + nameWithType.vb: TftLeagueV1Endpoints.GetMasterLeagueAsync(PlatformRoute, String, Nullable(Of CancellationToken)) - uid: Camille.RiotGames.TftLeagueV1Endpoints.GetMasterLeagueAsync* name: GetMasterLeagueAsync href: api/Camille.RiotGames.TftLeagueV1Endpoints.html#Camille_RiotGames_TftLeagueV1Endpoints_GetMasterLeagueAsync_ diff --git a/v/3.x.x/spechash.txt b/v/3.x.x/spechash.txt index a9d457a8..0d11bdba 100644 --- a/v/3.x.x/spechash.txt +++ b/v/3.x.x/spechash.txt @@ -1 +1 @@ -4e0c1f89605e9369372a6a8479d66ff7bc3ff300f41a797cc8bddf09f0bbd46c4190ccf6055dbcec +0a55a61ff7c6b8c7919934c316d4a78f2d092b64f41a797cc8bddf09f0bbd46c4190ccf6055dbcec
    PlatformRoute route

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

    +
    System.Stringqueue

    Defaults to RANKED_TFT. (optional, in query)