lappa_api
v1.3.1
Published
Wrapper utility for the Läppä REST API
Downloads
3
Readme
Läppä API for Qlik Extensions usage
Usage when testing in development environment
- Expose this NPM module locally by running the command
npm link
(sudo npm link
on a Mac) in the root folder of this project (same location as package.json) - Install the NPM module in the Qlik Extension project by running
npm link lappa_api
(instead ofnpm install lappa_api
) in the extension project - Add the dependency to the package.json of the Qlik Extension project by running
npm install lappa_api --package-lock-only
For more details check How to test an npm package locally.
Publishing this package
Run npm publish
in the root folder