Package-level declarations
Types
Link copied to clipboard
A DelayRateLimiter variant that serializes throttle calls across coroutines.
Link copied to clipboard
A RateLimiter that proactively delays requests when the API rate limit is exhausted.
Link copied to clipboard
interface RateLimiter
Controls request throughput to stay within PUBG API rate limits.
Link copied to clipboard
Thrown when the PUBG API returns HTTP 429 (Too Many Requests).