Connector Functions Finder

ConnectorFunctionsFinder

ConnectorFunctionsFinder Objects

class ConnectorFunctionsFinder()

This class allow make get request to ConnectorFunctions resource into Opengate North API.

constructor
function constructor()

Constructor

Arguments:

  • ogapi InternalOpenGateAPI - Reference to the API object.

findByOrganizationAndChannel
function findByOrganizationAndChannel(organization: string,channel: string) -> 'Promise'

Performs a get that returns connectors functions related

Arguments:

  • organization string - organization
  • channel string - channel.

Returns:

  • Promise

findByOrganizationAndChannelAndName
function findByOrganizationAndChannelAndName(organization: string,channel: string,name: string) -> 'Promise'

Performs a get that returns connectors functions related

Arguments:

  • organization string - organization
  • channel string - channel.
  • name string - Connector function name

Returns:

  • Promise