Provides access to Domino REST API server.
Provides accessible operations and its required parameters.
Generic request method to use. One can call all Domino REST API operations as long as the operation ID and all the provided options are valid.
the operation ID according to OpenAPI specification
all data that needs to be provided to the Domino Rest connector
a promise that resolves to the request's response.
An extension of the request method. It automatically pipes the response data stream through TextDecoderStream, streamSplit and streamTransformToJson respectively before piping it to the given subscriber.
the operation ID according to OpenAPI specification
all data that needs to be provided to the Domino Rest connector
a function that receives each JSON from the pipe stream
void, the given subscriber will handle how the response is managed.
Interface to perform generic Rest API operations.