ezbusinessmanagerrestapi

JS Rest API helper files to help with any call to the EZ-BusinessManager Rest API

Usage no npm install needed!

<script type="module">
  import ezbusinessmanagerrestapi from 'https://cdn.skypack.dev/ezbusinessmanagerrestapi';
</script>

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

  1. Always include the Api.js file
  2. Make sure to place the token in the Api.js file before doing anything else
  3. 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.
  4. 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.