Integrations Module

Overview

The Integrations Module handles all requests associated with integrations activated within your project.

Initialization

Parameters

Field
Data Type
Description

integration

string

Lowercased name of the integration

Example

const stripe = await client.integration('stripe')

Requests

get()

post()

patch()

put()

delete()

Last updated