Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ROMAClient

ROMA Connector client interface

Hierarchy

  • ROMAClient

Index

Methods

sendRest

  • sendRest(operation: string, input: Dict): Dict
  • Parameters

    • operation: string

      ROMA API name

    • input: Dict

      ROMA API input parameter map (header and body)

    Returns Dict

sendRestByURL

  • sendRestByURL(method: string, url: string, input: Dict): Dict
  • Parameters

    • method: string

      ROMA API method

    • url: string

      ROMA API URL

    • input: Dict

      ROMA API input parameter map (header and body)

    Returns Dict