Hypixel Client
constructor(apiKey: String, httpClient: OkHttpClient = OkHttpClient(), baseUrl: String = "https://api.hypixel.net/v2", defaultCacheDurationMinutes: Int = 1, autoRetry: Boolean = false, maxRetries: Int = 3)
Parameters
api Key
The Hypixel API key.
http Client
The OkHttpClient instance to use for requests.
base Url
The base URL for the Hypixel API.
default Cache Duration Minutes
The duration for which successful responses should be cached.
auto Retry
Whether to automatically retry requests that fail due to rate limiting.
max Retries
The maximum number of retries for rate-limited requests.