Connector Functions Finder
This class allows you to make GET requests to the ConnectorFunctions resource in the OpenGate North API.
constructor
Constructor
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
findByOrganizationAndChannel(organization, channel)
Performs a get that returns connectors functions related
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | organization |
| channel | string |
❌ | channel. |
Retorna
Tip
Tipo: Promise
findByOrganizationAndChannelAndName(organization, channel, name)
Performs a get that returns connectors functions related
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | organization |
| channel | string |
❌ | channel. |
| name | string |
❌ | Connector function name |
Retorna
Tip
Tipo: Promise