@unipile/sdk
v2.32.0
Published
TypeScript SDK for Unipile API
Keywords
Readme
Unipile Node SDK
TypeScript SDK for the Unipile API.
This SDK is only for Unipile API v2 (BETA). Use https://github.com/unipile/unipile-node-sdk for Unipile API v1.
Installation
npm install @unipile/sdkUsage
import { UnipileMessaging } from "unipile";
const key = "apikey";
const messagingApi = new UnipileMessaging({ key });For endpoint details, see the Unipile v2 API documentation.
