1.29.0 • Published 8 months ago

@agendize/js-agendize-api v1.29.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

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/js-agendize-api@1.0.1/dist/js-agendize-api.umd.js"></script>

When adding via unpkg, the loader can be accessed at agendize.api.AgendizeApi.

Example