Optional allowWhether to allow this request to use the cache or ongoing requests if available
Requests using cache or other requests do not count towards the ratelimit and return a lot faster.
Optional apiThe API key to use in this request
The key has to be registered in the config.
If this is not given, the registered key with the most free requests will be selected.
Optional basicOnly match recipes if their basic duration lies within this range

Values have to be integer, and Ranges have to have at least one bound.
Optional cacheThe amount of time the request should be cached for, overwrites the defaults specified in the config
Optional categoryOnly match recipes of this item category
Optional damageOnly match recipes if their damage lies within this range

Values have to be integer, and Ranges have to have at least one bound.
Optional durabilityOnly match recipes if their durability lies within this range

Values have to be integer, and Ranges have to have at least one bound.
Optional durationOnly match recipes if their duration lies within this range

Values have to be integer, and Ranges have to have at least one bound.
Optional healthOnly match recipes if their health lies within this range

Values have to be integer, and Ranges have to have at least one bound.
Optional idOnly match the recipe with this ID
Optional ignoreWhether to ignore version errors
You can use this to resolve temporary conflicts while the library awaits being updated. Otherwise it should stay enabled.
false
Optional levelOnly match recipes within this level range

Values have to be integer, and Ranges have to have at least one bound.
Optional priorityWhether this request should be put to the front of the queue, executing before any non-priority requests are handled
false
Optional retriesThe amount of times to retry the request on error
Optional skillOnly match recipes using this crafting skill
Optional timeoutThe amount of milliseconds a until the request should be rejected

Optional typeOnly match recipes of this item type
Generated using TypeDoc
The options for a recipe API request