@insion/client
v1.0.4
Published
Official TypeScript client for the Insion API
Readme
Insion SDK
Official TypeScript client for the Insion API.
Installation
npm install @insion/clientUsage
import { InsionClient } from "@insion/client";
const client = new InsionClient({
token: process.env.INSION_API_KEY,
});See the documentation to learn more!
