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