Optional
cache?: DataCacheOptional
deserializer?: JsonDeserializerOverride the default data deserializer. You can use this to add your own JSON:API data deserializer.
(new jsona()).deserialize
Optional
throwJsonApiErrors?: booleanIf set to true, JSON:API errors are thrown in non-production environments. The errors are shown in the Next.js overlay.
Default value: true
Required: No
Optional
useDefaultEndpoints?: booleanBy default, the resource endpoint will be based on the resource name. If you turn this off, a JSON:API request will retrieve the resource's endpoint url.
true
Override the default cache.
node-cache
Documentation