@agendize/js-agendize-api
v1.29.1
Published
JavaScript wrapper for call Agendize API
Downloads
71
Readme
JavaScript wrapper to call Agendize API
Description
Javascript library to call our APIs
Install
Available via npm as the package @agendize/js-agendize-api.
npm i @agendize/js-agendize-api
Alternatively you may add the umd package directly to the html document using the unpkg link.
<script src="https://unpkg.com/@agendize/[email protected]/dist/js-agendize-api.umd.js"></script>
When adding via unpkg, the loader can be accessed at agendize.api.AgendizeApi
.