@unipile/sdk
v2.7.0
Published
TypeScript SDK for Unipile API
Downloads
4,555
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
The package is not published on npm yet. Install it directly from GitHub:
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.
