LeagueStats/server/app
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
..
Controllers/Http Closes #80 - "Update Search Functionality to Accommodate Riot IDs". 2024-01-09 05:25:18 -07:00
Exceptions feat: delete old server folder + rename new one 2021-09-20 19:20:51 +02:00
Jobs refactor: use queue/jobs to load entire matchlist 2022-02-01 23:16:58 +01:00
Models feat: delete old server folder + rename new one 2021-09-20 19:20:51 +02:00
Parsers fix: riot game name in match v5 + quickplay 2023-12-04 19:43:21 +01:00
Repositories refactor: parallelize some async code to try to make website faster 2023-09-26 23:10:54 +02:00
Serializers fix: new mythic items 2023-09-14 18:53:43 +02:00
Services Closes #80 - "Update Search Functionality to Accommodate Riot IDs". 2024-01-09 05:25:18 -07:00
Tasks feat: update cdragon cache every 30min 2023-09-22 22:37:15 +02:00
Validators Closes #80 - "Update Search Functionality to Accommodate Riot IDs". 2024-01-09 05:25:18 -07:00
helpers.ts feat: add the 5 new asian regions 2023-01-10 15:58:41 +01:00