epilot-sdk
v1.8.0
Published
Epilot SDK
Downloads
1,193
Readme
epilot-sdk
JavaScript / TypeScript SDK for epilot
⚠️ DISCLAIMER!
The epilot SDK is in
beta
. Missing features, incomplete documentation and breaking API changes are to be expected!
Quick Start
npm install --save epilot-sdk
import { authorizeWithToken } from 'epilot-sdk/auth';
import entityClient from 'epilot-sdk/entity-client';
// authorize client using an access token
authorizeWithToken(entityClient, '<my_access_token>');
// use epilot client
await entityClient.createEntity('contact', { first_name: 'Example', last_name: 'Contact' });
Documentation
https://docs.epilot.io/docs/architecture/sdk