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

    Type Alias DominoApiMeta

    Data structure returned by the /api endpoint describing the available OpenAPI endpoints.

    type DominoApiMeta = {
        fileName: string;
        mountPath: string;
        name: string;
        title: string;
        version: string;
    }
    Index

    Properties

    fileName: string

    This API's OpenAPI specification JSON.

    mountPath: string

    A URL path where this API is accessible.

    name: string

    The API name.

    title: string

    The title of this API.

    version: string

    API version.