0.0.4 • Published 3 years ago

leadapp-penpal-poc v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

LeadApp Integration Library (prototype)

Javascript library to ease the integration with LeadDesk Application

Usage

import { LeadAppApi } from "leadapp-penpal-poc";

LeadAppApi().then((api) => {
  // Request full screen mode
  api.fullscreenEnable();
});

API documentation

Full documentation of the LeadDesk API can be found from here.

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago