@agendize/js-agendize-api
v1.46.0
Published
JavaScript wrapper for call Agendize API
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-apiAlternatively 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.
