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

    Type Alias DominoRestAccessJSON

    JSON passed through DominoAccess constructor.

    type DominoRestAccessJSON = {
        baseUrl: string;
        credentials: RestCredentials;
    }
    Index

    Properties

    Properties

    baseUrl: string

    Base URL of Domino REST API server.

    credentials: RestCredentials

    Credentials to access the given Domino REST API server URL.