1.3.6 • Published 11 months ago

epilot-sdk v1.3.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

epilot-sdk

CI npm version bundle size License

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