import ConnectorFunctionsFinder from 'opengate-js/src/connectorsFunctions/configuration/ConnectorFunctionsFinder.js'ConnectorFunctionsFinder
Extends:
GenericFinder → ConnectorFunctionsFinder
This class allow make get request to ConnectorFunctions resource into Opengate North API.
Constructor Summary
| Public Constructor | ||
| public |
constructor(ogapi: InternalOpenGateAPI) Constructor |
|
Method Summary
| Public Methods | ||
| public |
findByOrganizationAndChannel(organization: string, channel: string): Promise Performs a get that returns connectors functions related |
|
| public |
findByOrganizationAndChannelAndName(organization: string, channel: string, name: string): Promise Performs a get that returns connectors functions related |
|
Public Constructors
public constructor(ogapi: InternalOpenGateAPI) source
Constructor
Override:
GenericFinder#constructorParams:
| Name | Type | Attribute | Description |
| ogapi | InternalOpenGateAPI | Reference to the API object. |
Public Methods
public findByOrganizationAndChannel(organization: string, channel: string): Promise source
Performs a get that returns connectors functions related