Base Route API Reference
Represents any API route that can be used to fetch data.
Base Fetch Options
| Option | Type | Description |
|---|---|---|
cookie | string? | The cookie to use for the request. |
language | Language? | The language to use for the request. |
Cache Options
| Option | Type | Description |
|---|---|---|
maxSize | number? | The maximum size of the cache. |
maxAge | number? | The maximum age of the cache. |