interface ClientOptionsDefault headers to include with every request to the API.
These can be removed in individual requests by explicitly setting the
header to null in request options.
Default query parameters to include with every request to the API.
These can be removed in individual requests by explicitly setting the
param to undefined in request options.
Specify a custom fetch function implementation.
If not provided, we expect that fetch is defined globally.