Home > @uniformdev/mesh-sdk > IntegrationInstallationClient

IntegrationInstallationClient class

API Client to manage the registration of custom Mesh applications

Signature:

Extends: ApiClient

Constructors

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the <code>IntegrationInstallationClient</code> class

Methods

MethodModifiersDescription
get(options)Fetches all IntegrationInstallations for a project
getOne(options)Fetches all IntegrationInstallations for a project
remove(body)Deletes a IntegrationInstallation
upsert(body)Updates or creates (based on id) a IntegrationInstallation