egginc
v0.1.0
Published
A client for interfacing with the EggInc API.
Downloads
2
Readme
egginc
A client for interfacing with the EggInc API.
Installation
npm install egginc
Usage
import { REST } from 'egginc';
const rest = new REST();
const response = await rest.firstContact('EID1000000000001');
console.log(response);