esper-api
v1.0.5
Published
API Wrapper for Esper Control Suite API
Downloads
5
Readme
Esper API
This api wrapper is split up into two main files.
index.js
is the functional code that performs the required actions for the api wrapper to function.jsDocTypedefs.js
details the type definitions for each of the payloads that are send and received.
Please read The API Docs for information on how to use this package.
Tests
To run the suite of tests, install the dev dependencies and run the tests using npm run test
There are two aspects to the tests, one is establishing the behaviour of the API wrapper, the other confirms the behaviour of the API endpoints themselves.