LeagueStats/server/app/Controllers/Http
zkxjzmswkwl bf29894b0c Closes #80 - "Update Search Functionality to Accommodate Riot IDs".
- 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.
2024-01-09 05:25:18 -07:00
..
CDragonController.ts feat: delete old server folder + rename new one 2021-09-20 19:20:51 +02:00
MatchesController.ts refactor(api): cleaner way to filter next matchIds to fetch 2022-02-01 00:13:44 +01:00
SummonersController.ts Closes #80 - "Update Search Functionality to Accommodate Riot IDs". 2024-01-09 05:25:18 -07:00