Home > @uniformdev/mesh-sdk > IntegrationInstallationClient

IntegrationInstallationClient class

API Client to manage the registration of custom Mesh applications

Signature:

Extends: ApiClient

Constructors

<table><thead><tr><th>

Constructor

</th><th>

Modifiers

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

(constructor)(options)

</td><td>

</td><td>

Constructs a new instance of the IntegrationInstallationClient class

</td></tr> </tbody></table>

Methods

<table><thead><tr><th>

Method

</th><th>

Modifiers

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

get(options)

</td><td>

</td><td>

Fetches all IntegrationInstallations for a project

</td></tr> <tr><td>

getOne(options)

</td><td>

</td><td>

Fetches all IntegrationInstallations for a project

</td></tr> <tr><td>

remove(body)

</td><td>

</td><td>

Deletes a IntegrationInstallation

</td></tr> <tr><td>

upsert(body)

</td><td>

</td><td>

Updates or creates (based on id) a IntegrationInstallation

</td></tr> </tbody></table>