BenFradet / RiotSharp

C# wrapper for the Riot Games API
http://benfradet.github.io/RiotSharp/
MIT License
300 stars 145 forks source link

Dynamic and Per Service-Region Rate Limiting #493

Open Talha-T opened 6 years ago

Talha-T commented 6 years ago

With the new API, rate limiter works by service, endpoint and region. Also these are the rate limits for all methods: https://developer.riotgames.com/rate-limiting.html (See table)

Talha-T commented 6 years ago

You can handle those by response headers, see Application Rate Limit Example Section