Namespace Camille.RiotGames.Util
Classes
RateLimit
RateLimitTypeInfo
RateLimitUtils
RegionalRequester
Manages rate limits for a particular region and sends requests. Retries retryable responses (429, 5xx). Processes non-retryable responses (200, 404, 4xx).
RequestManager
For sending rate-limited requests to the Riot API.
Manages splitting up regions and limiting concurrent connections.
RiotResponseException
TokenBucketUtils
Interfaces
IRateLimit
Enums
RateLimitType
Delegates
BackoffStrategy
A backoff strategy for determining how long to delay when response status is 429 (too many requests) but have a missing/invalid Retry-After header.