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:
ogapiInternalOpenGateAPI - Reference to the API object.
findByOrganizationAndChannel
function findByOrganizationAndChannel(organization: string,channel: string) -> 'Promise'Performs a get that returns connectors functions related
Arguments:
organizationstring - organizationchannelstring - channel.
Returns:
Promise
findByOrganizationAndChannelAndName
function findByOrganizationAndChannelAndName(organization: string,channel: string,name: string) -> 'Promise'Performs a get that returns connectors functions related
Arguments:
organizationstring - organizationchannelstring - channel.namestring - Connector function name
Returns:
Promise