LeagueJS icon indicating copy to clipboard operation
LeagueJS copied to clipboard

A Javascript Wrapper for the League of Legends API

Results 19 LeagueJS issues
Sort by recently updated
recently updated
newest added

see https://github.com/Colorfulstan/RiotRateLimiter-node/issues/10

enhancement
question

for Example /match/v3/matches might require different TTL then /match/v3/matchlists.

enhancement

Seems like some constants were removed. GameMode + QueuId should be used in the future moved from https://github.com/claudiowilson/LeagueJS/issues/78

enhancement

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Match.gettingListByAccount returns 20 items when it should be returning 'endIndex' number of matches.

Per https://developer.riotgames.com/apis#match-v5/GET_getMatchIdsByPUUID, this should be seconds Also tried sample code using LeagueJS - Working with seconds (returns populated match id list): ``` const NOW = Date.now(); leagueJs.Match.gettingListByAccount(puuId, process.env.LEAGUE_API_PLATFORM_ID, { beginTime:...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 9 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...