From a1eff176575ef6b76cc6e912a60d70f2abcc1372 Mon Sep 17 00:00:00 2001 From: tparviainen Date: Tue, 6 Jun 2023 15:09:56 +0000 Subject: [PATCH] Update GitHub Pages --- docs/api/ClashOfClans.ILocations.html | 26 ++++++++++++++------------ docs/manifest.json | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/docs/api/ClashOfClans.ILocations.html b/docs/api/ClashOfClans.ILocations.html index 2a27c650..a269322f 100644 --- a/docs/api/ClashOfClans.ILocations.html +++ b/docs/api/ClashOfClans.ILocations.html @@ -89,7 +89,7 @@

Methods Improve this Doc - View Source + View Source

GetClanBuilderBaseRankingAsync(Nullable<Int32>, Query)

@@ -166,7 +166,7 @@
Exceptions
Improve this Doc - View Source + View Source

GetClanCapitalRankingAsync(Nullable<Int32>, Query)

@@ -243,7 +243,7 @@
Exceptions
Improve this Doc - View Source + View Source

GetClanRankingAsync(Nullable<Int32>, Query)

@@ -320,7 +320,7 @@
Exceptions
Improve this Doc - View Source + View Source

GetClanVersusRankingAsync(Nullable<Int32>, Query)

@@ -329,7 +329,8 @@

Declaration
-
Task<QueryResult<ClanVersusRankingList>> GetClanVersusRankingAsync(int? locationId, Query query = null)
+
[Obsolete("This route is deprecated and will be removed in the future.")]
+Task<QueryResult<ClanVersusRankingList>> GetClanVersusRankingAsync(int? locationId, Query query = null)
Parameters
@@ -397,7 +398,7 @@
Exceptions
Improve this Doc - View Source + View Source

GetLocationAsync(Nullable<Int32>)

@@ -468,7 +469,7 @@
Exceptions
Improve this Doc - View Source + View Source

GetLocationsAsync(Query)

@@ -539,7 +540,7 @@
Exceptions
Improve this Doc - View Source + View Source

GetPlayerBuilderBaseRankingAsync(Nullable<Int32>, Query)

@@ -616,7 +617,7 @@
Exceptions
Improve this Doc - View Source + View Source

GetPlayerRankingAsync(Nullable<Int32>, Query)

@@ -693,7 +694,7 @@
Exceptions
Improve this Doc - View Source + View Source

GetPlayerVersusRankingAsync(Nullable<Int32>, Query)

@@ -702,7 +703,8 @@

Declaration
-
Task<QueryResult<PlayerVersusRankingList>> GetPlayerVersusRankingAsync(int? locationId, Query query = null)
+
[Obsolete("This route is deprecated and will be removed in the future.")]
+Task<QueryResult<PlayerVersusRankingList>> GetPlayerVersusRankingAsync(int? locationId, Query query = null)
Parameters
@@ -776,7 +778,7 @@
Exceptions
Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/manifest.json b/docs/manifest.json index e347b774..b7b08a7f 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -141,7 +141,7 @@ "output": { ".html": { "relative_path": "api/ClashOfClans.ILocations.html", - "hash": "qDMVLX9ont9mpT8uTOPMqdtphqA0xZL7a2o1x3JlHA8=" + "hash": "PxQNGi9uA/RDhcu+EeoA0T+Bq+R3KxI1v5DW+cJ+NYs=" } }, "is_incremental": false,