Interface: ClientOptions
# Interface: ClientOptions
# Properties
# cache?
optionalcache:BasicCache
Functions you want to use for caching results. Optional.
# retries?
optionalretries:number
Amount of times to retry a failed request.
# Default
3
1
# timeout?
optionaltimeout:number
The time, in milliseconds, you want to wait before giving up on the method call.
# Default
10000
1
# userAgent?
optionaluserAgent:string
User agent the client uses when making calls to Hypixel's API
# Default
@zikeji/hypixel
1