Contentful CDA Access Token
Optional
adapterOptional axios request adapter (see axios docs )
Optional
alphaEnable alpha features.
Optional
applicationApplication name and version e.g myApp/version
Optional
basePath appended to the host to support gateways/proxies with custom urls
Optional
environmentContentful Environment ID
Optional
headersOptional additional headers
Optional
hostAPI host. Also usable with preview.contentful.com.
Optional
httpOptional Node.js HTTP agent for proxying (see Node.js docs and https-proxy-agent)
Optional
httpsOptional Node.js HTTP agent for proxying (see Node.js docs and https-proxy-agent)
Optional
includeEnable Content Source Maps.
Optional
insecureRequests will be made over http instead of the default https
Optional
integrationIntegration name and version e.g react/version
Optional
logA 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
Optional
data: string | Record<string, any>Log data
Optional
proxyOptional Axios proxy (see axios docs )
Optional
requestInterceptor called on every request. Takes Axios request config as an arg.
Optional
responseInterceptor called on every response. Takes Axios response object as an arg.
Optional
retryOptional number of retries before failure.
Optional
retryIf we should retry on errors and 429 rate limit exceptions
Space ID
Optional
timeoutconnection timeout in milliseconds (default:30000)
Client initialization parameters