ezbusinessmanagerrestapi
v1.0.3
Published
JS Rest API helper files to help with any call to the EZ-BusinessManager Rest API
Downloads
1
Maintainers
Readme
Installation
This is able to be added by downloading as a release (see right on git repo) or by running
npm install ezbusinessmanagerrestapi
Usage Instructions
- Always include the Api.js file
- Make sure to place the token in the Api.js file before doing anything else
- The example files show pure JS examples on how to work with the most common API functions, and the data passed is always an object.
- Include any other root level files before calling that class's functions These include:
- Company.js
- Contact.js
- ContactList.js
- History.js
Important: While this package is provided by an MIT licence, EZ-BusinessManager does require a subscription to their services.