@rotesblatt/hex-tractor-data-api 2.4.0 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -974,7 +974,7 @@ export declare const schemas: {
|
|
|
974
974
|
export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
975
975
|
method: "get";
|
|
976
976
|
path: "/account/:region/:puuid";
|
|
977
|
-
alias: "
|
|
977
|
+
alias: "getAccountByPuuid";
|
|
978
978
|
description: "Retrieve Riot account details using the encrypted summoner ID for a specific region";
|
|
979
979
|
requestFormat: "json";
|
|
980
980
|
parameters: [{
|
|
@@ -1081,7 +1081,7 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
1081
1081
|
}, {
|
|
1082
1082
|
method: "get";
|
|
1083
1083
|
path: "/account/:region/:summonerName/:tagLine";
|
|
1084
|
-
alias: "
|
|
1084
|
+
alias: "getAccountBySummonerName";
|
|
1085
1085
|
description: "Retrieve Riot account details using the summoner name and tag line for a specific region";
|
|
1086
1086
|
requestFormat: "json";
|
|
1087
1087
|
parameters: [{
|
|
@@ -1192,7 +1192,7 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
1192
1192
|
}, {
|
|
1193
1193
|
method: "get";
|
|
1194
1194
|
path: "/leagues/:region/:queue/:tier/:division";
|
|
1195
|
-
alias: "
|
|
1195
|
+
alias: "getLeagueEntries";
|
|
1196
1196
|
description: "Retrieve Riot league entries for a specific region, queue type, tier, and division";
|
|
1197
1197
|
requestFormat: "json";
|
|
1198
1198
|
parameters: [{
|
|
@@ -1301,7 +1301,7 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
1301
1301
|
}, {
|
|
1302
1302
|
method: "get";
|
|
1303
1303
|
path: "/matches/:region/:puuid";
|
|
1304
|
-
alias: "
|
|
1304
|
+
alias: "getMatchesByPuuid";
|
|
1305
1305
|
description: "Retrieve a list of Riot match details for a specific player using their encrypted PUUID and region";
|
|
1306
1306
|
requestFormat: "json";
|
|
1307
1307
|
parameters: [{
|
|
@@ -1420,7 +1420,7 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
1420
1420
|
}, {
|
|
1421
1421
|
method: "get";
|
|
1422
1422
|
path: "/matches/match-ids/:region/:puuid";
|
|
1423
|
-
alias: "
|
|
1423
|
+
alias: "getMatchIdsByPuuid";
|
|
1424
1424
|
description: "Retrieve a list of Riot match IDs for a specific player using their encrypted PUUID and region";
|
|
1425
1425
|
requestFormat: "json";
|
|
1426
1426
|
parameters: [{
|
|
@@ -1535,7 +1535,7 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
1535
1535
|
}, {
|
|
1536
1536
|
method: "get";
|
|
1537
1537
|
path: "/matches/match/:region/:matchId";
|
|
1538
|
-
alias: "
|
|
1538
|
+
alias: "getMatchById";
|
|
1539
1539
|
description: "Retrieve Riot match details using the match ID for a specific region";
|
|
1540
1540
|
requestFormat: "json";
|
|
1541
1541
|
parameters: [{
|
|
@@ -1643,7 +1643,7 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
|
|
|
1643
1643
|
export declare function createApiClient(baseUrl: string, options?: ZodiosOptions): import("@zodios/core").ZodiosInstance<[{
|
|
1644
1644
|
method: "get";
|
|
1645
1645
|
path: "/account/:region/:puuid";
|
|
1646
|
-
alias: "
|
|
1646
|
+
alias: "getAccountByPuuid";
|
|
1647
1647
|
description: "Retrieve Riot account details using the encrypted summoner ID for a specific region";
|
|
1648
1648
|
requestFormat: "json";
|
|
1649
1649
|
parameters: [{
|
|
@@ -1750,7 +1750,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1750
1750
|
}, {
|
|
1751
1751
|
method: "get";
|
|
1752
1752
|
path: "/account/:region/:summonerName/:tagLine";
|
|
1753
|
-
alias: "
|
|
1753
|
+
alias: "getAccountBySummonerName";
|
|
1754
1754
|
description: "Retrieve Riot account details using the summoner name and tag line for a specific region";
|
|
1755
1755
|
requestFormat: "json";
|
|
1756
1756
|
parameters: [{
|
|
@@ -1861,7 +1861,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1861
1861
|
}, {
|
|
1862
1862
|
method: "get";
|
|
1863
1863
|
path: "/leagues/:region/:queue/:tier/:division";
|
|
1864
|
-
alias: "
|
|
1864
|
+
alias: "getLeagueEntries";
|
|
1865
1865
|
description: "Retrieve Riot league entries for a specific region, queue type, tier, and division";
|
|
1866
1866
|
requestFormat: "json";
|
|
1867
1867
|
parameters: [{
|
|
@@ -1970,7 +1970,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1970
1970
|
}, {
|
|
1971
1971
|
method: "get";
|
|
1972
1972
|
path: "/matches/:region/:puuid";
|
|
1973
|
-
alias: "
|
|
1973
|
+
alias: "getMatchesByPuuid";
|
|
1974
1974
|
description: "Retrieve a list of Riot match details for a specific player using their encrypted PUUID and region";
|
|
1975
1975
|
requestFormat: "json";
|
|
1976
1976
|
parameters: [{
|
|
@@ -2089,7 +2089,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
2089
2089
|
}, {
|
|
2090
2090
|
method: "get";
|
|
2091
2091
|
path: "/matches/match-ids/:region/:puuid";
|
|
2092
|
-
alias: "
|
|
2092
|
+
alias: "getMatchIdsByPuuid";
|
|
2093
2093
|
description: "Retrieve a list of Riot match IDs for a specific player using their encrypted PUUID and region";
|
|
2094
2094
|
requestFormat: "json";
|
|
2095
2095
|
parameters: [{
|
|
@@ -2204,7 +2204,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
2204
2204
|
}, {
|
|
2205
2205
|
method: "get";
|
|
2206
2206
|
path: "/matches/match/:region/:matchId";
|
|
2207
|
-
alias: "
|
|
2207
|
+
alias: "getMatchById";
|
|
2208
2208
|
description: "Retrieve Riot match details using the match ID for a specific region";
|
|
2209
2209
|
requestFormat: "json";
|
|
2210
2210
|
parameters: [{
|
|
@@ -732,7 +732,7 @@ const endpoints = (0, core_1.makeApi)([
|
|
|
732
732
|
{
|
|
733
733
|
method: "get",
|
|
734
734
|
path: "/account/:region/:puuid",
|
|
735
|
-
alias: "
|
|
735
|
+
alias: "getAccountByPuuid",
|
|
736
736
|
description: `Retrieve Riot account details using the encrypted summoner ID for a specific region`,
|
|
737
737
|
requestFormat: "json",
|
|
738
738
|
parameters: [
|
|
@@ -786,7 +786,7 @@ const endpoints = (0, core_1.makeApi)([
|
|
|
786
786
|
{
|
|
787
787
|
method: "get",
|
|
788
788
|
path: "/account/:region/:summonerName/:tagLine",
|
|
789
|
-
alias: "
|
|
789
|
+
alias: "getAccountBySummonerName",
|
|
790
790
|
description: `Retrieve Riot account details using the summoner name and tag line for a specific region`,
|
|
791
791
|
requestFormat: "json",
|
|
792
792
|
parameters: [
|
|
@@ -845,7 +845,7 @@ const endpoints = (0, core_1.makeApi)([
|
|
|
845
845
|
{
|
|
846
846
|
method: "get",
|
|
847
847
|
path: "/leagues/:region/:queue/:tier/:division",
|
|
848
|
-
alias: "
|
|
848
|
+
alias: "getLeagueEntries",
|
|
849
849
|
description: `Retrieve Riot league entries for a specific region, queue type, tier, and division`,
|
|
850
850
|
requestFormat: "json",
|
|
851
851
|
parameters: [
|
|
@@ -920,7 +920,7 @@ const endpoints = (0, core_1.makeApi)([
|
|
|
920
920
|
{
|
|
921
921
|
method: "get",
|
|
922
922
|
path: "/matches/:region/:puuid",
|
|
923
|
-
alias: "
|
|
923
|
+
alias: "getMatchesByPuuid",
|
|
924
924
|
description: `Retrieve a list of Riot match details for a specific player using their encrypted PUUID and region`,
|
|
925
925
|
requestFormat: "json",
|
|
926
926
|
parameters: [
|
|
@@ -1074,7 +1074,7 @@ const endpoints = (0, core_1.makeApi)([
|
|
|
1074
1074
|
{
|
|
1075
1075
|
method: "get",
|
|
1076
1076
|
path: "/matches/match-ids/:region/:puuid",
|
|
1077
|
-
alias: "
|
|
1077
|
+
alias: "getMatchIdsByPuuid",
|
|
1078
1078
|
description: `Retrieve a list of Riot match IDs for a specific player using their encrypted PUUID and region`,
|
|
1079
1079
|
requestFormat: "json",
|
|
1080
1080
|
parameters: [
|
|
@@ -1121,7 +1121,7 @@ const endpoints = (0, core_1.makeApi)([
|
|
|
1121
1121
|
{
|
|
1122
1122
|
method: "get",
|
|
1123
1123
|
path: "/matches/match/:region/:matchId",
|
|
1124
|
-
alias: "
|
|
1124
|
+
alias: "getMatchById",
|
|
1125
1125
|
description: `Retrieve Riot match details using the match ID for a specific region`,
|
|
1126
1126
|
requestFormat: "json",
|
|
1127
1127
|
parameters: [
|
|
@@ -1328,7 +1328,7 @@ const endpoints = makeApi([
|
|
|
1328
1328
|
{
|
|
1329
1329
|
method: "get",
|
|
1330
1330
|
path: "/account/:region/:puuid",
|
|
1331
|
-
alias: "
|
|
1331
|
+
alias: "getAccountByPuuid",
|
|
1332
1332
|
description: `Retrieve Riot account details using the encrypted summoner ID for a specific region`,
|
|
1333
1333
|
requestFormat: "json",
|
|
1334
1334
|
parameters: [
|
|
@@ -1382,7 +1382,7 @@ const endpoints = makeApi([
|
|
|
1382
1382
|
{
|
|
1383
1383
|
method: "get",
|
|
1384
1384
|
path: "/account/:region/:summonerName/:tagLine",
|
|
1385
|
-
alias: "
|
|
1385
|
+
alias: "getAccountBySummonerName",
|
|
1386
1386
|
description: `Retrieve Riot account details using the summoner name and tag line for a specific region`,
|
|
1387
1387
|
requestFormat: "json",
|
|
1388
1388
|
parameters: [
|
|
@@ -1441,7 +1441,7 @@ const endpoints = makeApi([
|
|
|
1441
1441
|
{
|
|
1442
1442
|
method: "get",
|
|
1443
1443
|
path: "/leagues/:region/:queue/:tier/:division",
|
|
1444
|
-
alias: "
|
|
1444
|
+
alias: "getLeagueEntries",
|
|
1445
1445
|
description: `Retrieve Riot league entries for a specific region, queue type, tier, and division`,
|
|
1446
1446
|
requestFormat: "json",
|
|
1447
1447
|
parameters: [
|
|
@@ -1516,7 +1516,7 @@ const endpoints = makeApi([
|
|
|
1516
1516
|
{
|
|
1517
1517
|
method: "get",
|
|
1518
1518
|
path: "/matches/:region/:puuid",
|
|
1519
|
-
alias: "
|
|
1519
|
+
alias: "getMatchesByPuuid",
|
|
1520
1520
|
description: `Retrieve a list of Riot match details for a specific player using their encrypted PUUID and region`,
|
|
1521
1521
|
requestFormat: "json",
|
|
1522
1522
|
parameters: [
|
|
@@ -1670,7 +1670,7 @@ const endpoints = makeApi([
|
|
|
1670
1670
|
{
|
|
1671
1671
|
method: "get",
|
|
1672
1672
|
path: "/matches/match-ids/:region/:puuid",
|
|
1673
|
-
alias: "
|
|
1673
|
+
alias: "getMatchIdsByPuuid",
|
|
1674
1674
|
description: `Retrieve a list of Riot match IDs for a specific player using their encrypted PUUID and region`,
|
|
1675
1675
|
requestFormat: "json",
|
|
1676
1676
|
parameters: [
|
|
@@ -1717,7 +1717,7 @@ const endpoints = makeApi([
|
|
|
1717
1717
|
{
|
|
1718
1718
|
method: "get",
|
|
1719
1719
|
path: "/matches/match/:region/:matchId",
|
|
1720
|
-
alias: "
|
|
1720
|
+
alias: "getMatchById",
|
|
1721
1721
|
description: `Retrieve Riot match details using the match ID for a specific region`,
|
|
1722
1722
|
requestFormat: "json",
|
|
1723
1723
|
parameters: [
|