Handles connection with the Domino REST API server. Is aware of OpenAPI specification of each operation and is capable of building all fetch options as long as given parameters are valid. Does not store session information, so it can be used in a multi-user context.

Implements

Properties

baseUrl: string

URL of Domino REST API server to interact with.

Metadata by each APIs returned from /api endpoint.

schema: Map<string, any> = ...

Methods