@zikeji/hypixel / 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
ts
3timeout?
optionaltimeout:number
The time, in milliseconds, you want to wait before giving up on the method call.
Default
ts
10000userAgent?
optionaluserAgent:string
User agent the client uses when making calls to Hypixel's API
Default
ts
@zikeji/hypixel