mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +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. |
||
|---|---|---|
| .. | ||
| app | ||
| commands | ||
| config | ||
| contracts | ||
| database | ||
| providers | ||
| start | ||
| .adonisrc.json | ||
| .editorconfig | ||
| .env.example | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| ace | ||
| ace-manifest.json | ||
| env.ts | ||
| package-lock.json | ||
| package.json | ||
| server.ts | ||
| tsconfig.json | ||