The number of miliseconds before the cache is expired. This is an effort to avoid sending multiple requests for the same content to
Default value: 86400000
(1 day)
The number of items to be returned on each paginated request.
Default value: 25
Optional
dataWhere to store cache from Jikan API
The number of miliseconds to wait before creating another request. This is to avoid getting rate-limited by
Default value: 1200
(50 requests per minute)
Whether to disable cache or not. It's recommended that this option is disabled to avoid sending multiple requests for the same content.
The hostname of the server.
This option could be useful if you are hosting your own instance of Jikan REST API.
Default value: api.jikan.moe
Keep sockets around in a pool to be used by other requests in the future.
Default value: true
When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Only relevant if keepAlive is set to true.
Default value: 60000
The number of retries on HTTP 500 errors.
The maximum limit of requests in the queue. This is an effort to prevent clogging the queue.
Default value: 100
The number of miliseconds before giving up on a request.
Default value: 15000
(15 seconds)
Whether to retry on HTTP 500 errors.
Whether to use HTTPS protocol instead of HTTP.
Default value: false
The base pathname of each request.
Default value:
v4