LeagueJS
LeagueJS copied to clipboard
A Javascript Wrapper for the League of Legends API
https://developer.riotgames.com/apis#league-exp-v4
I'm writing a basic tool to grab a list of matches from the past 24 hours and just console.log them right now. I'm successfully getting the matchlist with the encrypted...
* ThirdpartyCode Endpoint missing in /endpoints * require for lib got refactored unintended
> FYI: The Nexus Blitz alpha will be played on **queueId 1200, mapId 21, and gameMode GAMEMODEX** https://na.leagueoflegends.com/en/news/game-updates/features/play-nexus-blitz-alpha
New Free rotation endpoint live now, deprecation of /platform/champions + /platform/champions/by-id on **October 15th** https://discussion.developer.riotgames.com/articles/6035/free-champion-rotation-endpoint.html - [ ] add new endpoint - [ ] deprecate other endpoints ( are they...
For most StaticData pseudo "Endpoints" the whole Datadragon file is returned. This might include a lot of unneeded data and has to be filtered out by the consumer of this...
For now, DataDragon files are stored on the filesystem without expiration (since they don't change). In-memory caching is used for * versions array * languages array * realms file (array...
see https://github.com/claudiowilson/LeagueJS/issues/73
When RIOT fixed 'totalGames' in the MatchListDto, we should make 1 request in series, to figure out how many pages there are, and then request the remaining pages in parallel...