Skip to content

Commit

Permalink
13.17 update
Browse files Browse the repository at this point in the history
  • Loading branch information
KebsCS committed Sep 1, 2023
1 parent cd56972 commit b3f3abb
Show file tree
Hide file tree
Showing 3 changed files with 672 additions and 150 deletions.
34 changes: 25 additions & 9 deletions lcu/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@
"POST /lol-clash/v1/roster/{rosterId}/unwithdraw",
"POST /lol-clash/v1/roster/{rosterId}/update-logos",
"POST /lol-clash/v1/roster/{rosterId}/withdraw",
"GET /lol-clash/v1/scouting-bypuuid/champions",
"GET /lol-clash/v1/scouting/champions",
"GET /lol-clash/v1/scouting/matchhistory",
"GET /lol-clash/v1/season-rewards/{seasonId}",
Expand Down Expand Up @@ -396,6 +397,9 @@
"GET /lol-collections/v1/inventories/chest-eligibility",
"GET /lol-collections/v1/inventories/local-player/champion-mastery-score",
"GET /lol-collections/v1/inventories/scouting",
"GET /lol-collections/v1/inventories/scouting-puuid",
"GET /lol-collections/v1/inventories/{puuid}/champion-mastery-bypuuid",
"GET /lol-collections/v1/inventories/{puuid}/champion-mastery-bypuuid/top",
"GET /lol-collections/v1/inventories/{summonerId}/backdrop",
"GET /lol-collections/v1/inventories/{summonerId}/champion-mastery",
"GET /lol-collections/v1/inventories/{summonerId}/champion-mastery/top",
Expand Down Expand Up @@ -459,8 +463,6 @@
"GET /lol-event-shop/v1/failure-loading-token-shop",
"GET /lol-event-shop/v1/info",
"GET /lol-event-shop/v1/is-grace-period",
"GET /lol-event-shop/v1/is-multi-purchase-enabled",
"GET /lol-event-shop/v1/is-pass-purchase-enabled",
"GET /lol-event-shop/v1/navigation-button-data",
"GET /lol-event-shop/v1/pass-background-data",
"GET /lol-event-shop/v1/pass-bundles",
Expand Down Expand Up @@ -650,6 +652,10 @@
"POST /lol-kr-shutdown-law/v1/rating-screen/acknowledge",
"GET /lol-kr-shutdown-law/v1/status"
],
"Plugin lol-l10n": [
"GET /riotclient/get_region_locale",
"GET /riotclient/region-locale"
],
"Plugin lol-league-session": [
"GET /lol-league-session/v1/league-session-token"
],
Expand Down Expand Up @@ -953,7 +959,7 @@
"GET /lol-perks/v1/perks/disabled",
"GET /lol-perks/v1/perks/gameplay-updated",
"GET /lol-perks/v1/quick-play-selections/champion/{championId}/position/{position}",
"POST /lol-perks/v1/quick-play-selections/champion/{championId}/position/{position}/slot/{slotId}",
"POST /lol-perks/v1/quick-play-selections/champion/{championId}/slot/{slotId}",
"GET /lol-perks/v1/recommended-pages-position/champion/{championId}",
"POST /lol-perks/v1/recommended-pages-position/champion/{championId}/position/{position}",
"GET /lol-perks/v1/recommended-pages/champion/{championId}/position/{position}/map/{mapId}",
Expand Down Expand Up @@ -1255,6 +1261,8 @@
"GET /lol-summoner/v1/profile-privacy-enabled",
"POST /lol-summoner/v1/save-alias",
"GET /lol-summoner/v1/status",
"POST /lol-summoner/v1/summoner-aliases-by-ids",
"POST /lol-summoner/v1/summoner-aliases-by-puuids",
"GET /lol-summoner/v1/summoner-profile",
"GET /lol-summoner/v1/summoner-requests-ready",
"GET /lol-summoner/v1/summoners",
Expand Down Expand Up @@ -1303,7 +1311,9 @@
"POST /lol-tft-team-planner/v1/team/championsById/{championName}",
"DELETE /lol-tft-team-planner/v1/team/dirty",
"GET /lol-tft-team-planner/v1/team/dirty",
"GET /lol-tft-team-planner/v1/team/local"
"GET /lol-tft-team-planner/v1/team/local",
"GET /lol-tft-team-planner/v1/team/reminders",
"PATCH /lol-tft-team-planner/v1/team/reminders"
],
"Plugin lol-tft-troves": [
"GET /lol-tft-troves/v1/banners",
Expand Down Expand Up @@ -1657,6 +1667,7 @@
"POST /lol-clash/v1/roster/{rosterId}/unwithdraw",
"POST /lol-clash/v1/roster/{rosterId}/update-logos",
"POST /lol-clash/v1/roster/{rosterId}/withdraw",
"GET /lol-clash/v1/scouting-bypuuid/champions",
"GET /lol-clash/v1/scouting/champions",
"GET /lol-clash/v1/scouting/matchhistory",
"GET /lol-clash/v1/season-rewards/{seasonId}",
Expand Down Expand Up @@ -1687,6 +1698,9 @@
"GET /lol-collections/v1/inventories/chest-eligibility",
"GET /lol-collections/v1/inventories/local-player/champion-mastery-score",
"GET /lol-collections/v1/inventories/scouting",
"GET /lol-collections/v1/inventories/scouting-puuid",
"GET /lol-collections/v1/inventories/{puuid}/champion-mastery-bypuuid",
"GET /lol-collections/v1/inventories/{puuid}/champion-mastery-bypuuid/top",
"GET /lol-collections/v1/inventories/{summonerId}/backdrop",
"GET /lol-collections/v1/inventories/{summonerId}/champion-mastery",
"GET /lol-collections/v1/inventories/{summonerId}/champion-mastery/top",
Expand Down Expand Up @@ -1736,8 +1750,6 @@
"GET /lol-event-shop/v1/failure-loading-token-shop",
"GET /lol-event-shop/v1/info",
"GET /lol-event-shop/v1/is-grace-period",
"GET /lol-event-shop/v1/is-multi-purchase-enabled",
"GET /lol-event-shop/v1/is-pass-purchase-enabled",
"GET /lol-event-shop/v1/navigation-button-data",
"GET /lol-event-shop/v1/pass-background-data",
"GET /lol-event-shop/v1/pass-bundles",
Expand Down Expand Up @@ -2165,7 +2177,7 @@
"GET /lol-perks/v1/perks/disabled",
"GET /lol-perks/v1/perks/gameplay-updated",
"GET /lol-perks/v1/quick-play-selections/champion/{championId}/position/{position}",
"POST /lol-perks/v1/quick-play-selections/champion/{championId}/position/{position}/slot/{slotId}",
"POST /lol-perks/v1/quick-play-selections/champion/{championId}/slot/{slotId}",
"GET /lol-perks/v1/recommended-pages-position/champion/{championId}",
"POST /lol-perks/v1/recommended-pages-position/champion/{championId}/position/{position}",
"GET /lol-perks/v1/recommended-pages/champion/{championId}/position/{position}/map/{mapId}",
Expand Down Expand Up @@ -2409,6 +2421,8 @@
"GET /lol-summoner/v1/profile-privacy-enabled",
"POST /lol-summoner/v1/save-alias",
"GET /lol-summoner/v1/status",
"POST /lol-summoner/v1/summoner-aliases-by-ids",
"POST /lol-summoner/v1/summoner-aliases-by-puuids",
"GET /lol-summoner/v1/summoner-profile",
"GET /lol-summoner/v1/summoner-requests-ready",
"GET /lol-summoner/v1/summoners",
Expand Down Expand Up @@ -2442,6 +2456,8 @@
"DELETE /lol-tft-team-planner/v1/team/dirty",
"GET /lol-tft-team-planner/v1/team/dirty",
"GET /lol-tft-team-planner/v1/team/local",
"GET /lol-tft-team-planner/v1/team/reminders",
"PATCH /lol-tft-team-planner/v1/team/reminders",
"GET /lol-tft-troves/v1/banners",
"GET /lol-tft-troves/v1/config",
"GET /lol-tft-troves/v1/loot-odds/{dropTableId}",
Expand Down Expand Up @@ -2517,6 +2533,8 @@
"DELETE /riot-messaging-service/v1/session",
"GET /riot-messaging-service/v1/session",
"GET /riot-messaging-service/v1/state",
"GET /riotclient/get_region_locale",
"GET /riotclient/region-locale",
"POST /sanitizer/v1/containsSanitized",
"POST /sanitizer/v1/sanitize",
"GET /sanitizer/v1/status",
Expand All @@ -2535,14 +2553,12 @@
"GET /riotclient/app-port",
"GET /riotclient/auth-token",
"GET /riotclient/command-line-args",
"GET /riotclient/get_region_locale",
"POST /riotclient/kill-and-restart-ux",
"POST /riotclient/kill-ux",
"POST /riotclient/launch-ux",
"GET /riotclient/machine-id",
"POST /riotclient/new-args",
"POST /riotclient/open-url-in-browser",
"GET /riotclient/region-locale",
"POST /riotclient/show-swagger",
"DELETE /riotclient/splash",
"PUT /riotclient/splash",
Expand Down
Loading

0 comments on commit b3f3abb

Please sign in to comment.