Optional
optionsThe options for the adapter. Contains configuration settings specific to the adapter implementation.
Makes an API request using the adapter's implementation.
The query builder containing request details
Promise resolving to the API response
Configures the adapter with additional options.
The configuration options to apply
Interface for adapters that handle API communication. Adapters must implement methods for making HTTP requests and configuration.
Example