Maps APIs loaded from Domino REST API server's /api endpoint.
Gets all available APIs on Domino REST API server. Will fetch from /api endpoint if API map is yet to be loaded.
an array of available APIs.
Gets all available operations with its specifications under the given API.
the API that contains all the operations.
a promise that resolves a map with operation ID as keys and the operation's specifications as the value.
Readonly
baseBase URL of Domino REST API server.
Get a DominoConnector instance of the given API name.
the API that will be used for the DominoConnector
a promise that resolves to DominoConnector of the given API.
User and session independent information on Domino REST API server.