Contentful CDA Access Token
OptionaladapterOptional axios request adapter (see axios docs )
OptionalalphaEnable alpha features.
OptionalapplicationApplication name and version e.g myApp/version
OptionalbasePath appended to the host to support gateways/proxies with custom urls
OptionalenvironmentContentful Environment ID
OptionalheadersOptional additional headers
OptionalhostAPI host. Also usable with preview.contentful.com.
OptionalhttpOptional Node.js HTTP agent for proxying (see Node.js docs and https-proxy-agent)
OptionalhttpsOptional Node.js HTTP agent for proxying (see Node.js docs and https-proxy-agent)
OptionalincludeEnable Content Source Maps.
OptionalinsecureRequests will be made over http instead of the default https
OptionalintegrationIntegration name and version e.g react/version
OptionallogA log handler function to process given log messages and errors. (The default can be found at: https://github.com/contentful/contentful-sdk-core/blob/master/src/create-http-client.ts)
Log level, e.g. error, warning, or info
Optionaldata: string | Record<string, any>Log data
OptionalproxyOptional Axios proxy (see axios docs )
OptionalrequestInterceptor called on every request. Takes Axios request config as an arg.
OptionalresponseInterceptor called on every response. Takes Axios response object as an arg.
OptionalretryOptional number of retries before failure.
OptionalretryIf we should retry on errors and 429 rate limit exceptions
Space ID
Optionaltimeoutconnection timeout in milliseconds (default:30000)
Client initialization parameters