ReadonlybaseThe base URL of the OpenAPI (Umbraco) server.
ReadonlycredentialsThe credentials option for the Fetch API.
Optional ReadonlyencodeThe encoder to use for the request URLs.
A resolver for the encoder to use for the request URLs.
ReadonlytokenThe token to use for the Authorization header.
A resolver for the token to use for the Authorization header.
ReadonlyversionThe configured version of the Management API to use.
ReadonlywithThe 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
OpenAPIobject.