epilot-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.8.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i epilot-sdk

Weekly Downloads

354

Version

1.8.0

License

MIT

Unpacked Size

52.7 kB

Total Files

54

Last publish

Collaborators

  • anttiviljami
  • epilot-blomqma