Readonly
baseURL of Domino REST API server to interact with.
Builds request options around the given operation information (this includes the headers and the request body).
JSON information about the operation
contains the options to build
a promise that resolves to the request options built.
Return information about the given operation ID.
the operation ID to get
JSON information around the given operation ID
Get all operations available on the connector.
all operations for the connector.
Builds a fully qualified URL around the given operation information based on supplied parameters.
JSON information about the operation
target scope name
parameters to supply to the URL
the URL built.
Readonly
metaMetadata by each APIs returned from /api
endpoint.
Sends the specified operation as request to the server.
operation ID according to OpenAPI specification
contains all parameters for the request
a promise that resolves to the response to the request
OpenAPI aware connection to the Domino REST API backend. All interactions flow through it.