mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
- Check in SummonersController per @vkaelin's comment on issue #80 - - Had to send an additional request to get account id after retrieving puuid by gameName/tagline - `puuidFromRiotTag(name, tagline, string, region)` in SummonerEndpoint - `summonerPuuid(puuid, region)` in SummonerEndpoint - Modified `JaxRequest` constructor to take default parameter `riotApiPath`. - - This is due to `JaxRequest` previously assuming the api subpath of `/lol/`. `AccountsV1` is located at `/riot/`. - Adjusted `SummonerBasicValidator` schema to accept `-` in input. |
||
|---|---|---|
| .. | ||
| Jax | ||
| CDragonService.ts | ||
| MatchService.ts | ||
| MatchV4Service.ts | ||
| RoleIdentificationService.ts | ||
| StatsService.ts | ||
| SummonerService.ts | ||