Interface: 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

3
1

# timeout?

optional timeout: number

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

# Default

10000
1

# userAgent?

optional userAgent: string

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

# Default

@zikeji/hypixel
1