Home > @uniformdev/mesh-sdk > IntegrationDefinitionClient

IntegrationDefinitionClient class

API Client to manage the registration of custom Mesh applications

Signature:

Extends: ApiClient<DefClientOptions>

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 IntegrationDefinitionClient 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 mesh apps for a team (and optionally also those shared across teams)

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

remove(body)

</td><td>

</td><td>

Deletes a mesh app from a team

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

upsert(body)

</td><td>

</td><td>

Creates or updates a mesh app definition on a team

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