Skip to content

@zikeji/hypixel / ClientOptions

Interface: ClientOptions

Properties

cache?

optional cache: BasicCache

Functions you want to use for caching results. Optional.


retries?

optional retries: number

Amount of times to retry a failed request.

Default

ts
3

timeout?

optional timeout: number

The time, in milliseconds, you want to wait before giving up on the method call.

Default

ts
10000

userAgent?

optional userAgent: string

User agent the client uses when making calls to Hypixel's API

Default

ts
@zikeji/hypixel

Released under the MIT License.