0.0.1 • Published 6 years ago
leadapp-penpal-poc v0.0.1
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.