# Connector Functions Helper

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

## constructor


Constructor

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **ogapi** | `InternalOpenGateAPI` | ❌ | Reference to the API object. |


---
## getDocJavascriptFunctions()


Performs a get that returns documentation of javascript functions from rules service


### Retorna

{{% notice tip %}}
**Tipo:** `Promise`
<br>

{{% /notice %}}

---
## getDocPrivateJavascriptFunctions()


Performs a get that returns documentation private of javascript functions from rules service


### Retorna

{{% notice tip %}}
**Tipo:** `Promise`
<br>

{{% /notice %}}

---

