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

Implements

Constructors

Properties

dominoAccess: DominoRestAccess

Provides access to Domino REST API server.

dominoConnector: DominoRestConnector

Provides accessible operations and its required parameters.

Methods

  • Parameters

    • dataSource: string

      the scope name

    • unid: string

      the UNID of the document to be deleted

    • richTextAs: string

      the format to return richtext field value

    • Optionaloptions: GetRichtextOptions

      optional parameters for GET /richtext/{richTextAs}/{unid} endpoint

    Returns Promise<string>

    A promise that resolves to a string of the richtext field value.