@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Class DominoUserSession

    Takes in both Domino access and connector, and forms a session wherein a user has access to generic Domino REST API operations.

    Implements

    Index

    Constructors

    Properties

    dominoAccess: DominoRestAccess

    Provides access to Domino REST API server.

    dominoConnector: DominoRestConnector

    Provides accessible operations and its required parameters.

    Methods

    • Parameters

      • operationId: string

        the operation ID according to OpenAPI specification

      • options: DominoRequestOptions

        all data that needs to be provided to the Domino Rest connector

      • subscriber: () => WritableStream<any>

        a function that receives each JSON from the pipe stream

      Returns Promise<void>

      void, the given subscriber will handle how the response is managed.