Epilot SDK
npm install epilot-sdkJavaScript / TypeScript SDK for epilot
> ⚠️ DISCLAIMER!
>
> The epilot SDK is in beta. Missing features, incomplete documentation and breaking API changes are to be expected!
``sh`
npm install --save epilot-sdk
`typescript
import { authorizeWithToken } from 'epilot-sdk/auth';
import entityClient from 'epilot-sdk/entity-client';
// authorize client using an access token
authorizeWithToken(entityClient, '
// use epilot client
await entityClient.createEntity('contact', { first_name: 'Example', last_name: 'Contact' });
``
https://docs.epilot.io/docs/architecture/sdk