Readonly
baseThe base URL of the OpenAPI (Umbraco) server.
Readonly
credentialsThe credentials
option for the Fetch API.
Optional
Readonly
encodeThe encoder to use for the request URLs.
A resolver for the encoder to use for the request URLs.
Readonly
tokenThe token to use for the Authorization header.
A resolver for the token to use for the Authorization header.
Readonly
versionThe configured version of the Management API to use.
Readonly
withThe withCredentials
option for the Fetch API.
Configuration for the OpenAPI (Umbraco) server. This is used to communicate with the Management API. This is useful if you want to configure your Fetch, Axios or other HTTP client to communicate with the Management API. If you use the recommended resource generator openapi-typescript-codegen this can be used to configure the
OpenAPI
object.