Resolver cache implementing Web Storage API.
Shared Consola instance.
Custom Fetch API implementation for making authenticated requests.
Gets JSON data from the response body and generates a followable response with a number of shortcuts for the most common actions.
Followable API response.
Generated using TypeDoc
Base class representing any response returned by API. Extends the native Response object of Fetch API and has all the data of the original response in addition to a few custom methods. You shouldn't need to construct instances of this class directly unless you're building a custom API client with this SDK.