Colorfulstan / LeagueJS

A Javascript Wrapper for the League of Legends API
MIT License
100 stars 7 forks source link

After making a few requests using the static-data endpoint, the endpoint no longer functions #8

Closed Menoikeus closed 6 years ago

Menoikeus commented 6 years ago

After running a few requests (about 10 to 20) on the static-data endpoint, the endpoint (and just the one) stops working completely. Specifically I've used StaticData.gettingChampions(); and StaticData.gettingChampionById(). While they are disabled, all other endpoints still work as expected.

Menoikeus commented 6 years ago

Nevermind, the reason for this is that the static-data endpoint is limited to 10 calls per hour