DominoRequestOptions: {
    body?: any;
    dataSource?: string;
    params: Map<string, string>;
}

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

Type declaration

  • Optionalbody?: any

    for POST, PUT, PATCH: the request body

  • OptionaldataSource?: string

    The scope name.

  • params: Map<string, string>

    Additional URL parameters if required.