Home > @uniformdev/mesh-sdk > IntegrationDefinitionClient
IntegrationDefinitionClient class
API Client to manage the registration of custom Mesh applications
Signature:
Extends: ApiClient<DefClientOptions>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the <code>IntegrationDefinitionClient</code> class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| get(options) | Fetches all mesh apps for a team (and optionally also those shared across teams) | |
| remove(body) | Deletes a mesh app from a team | |
| upsert(body) | Creates or updates a mesh app definition on a team |