/qlik-utils

a set of utility functions to deal with Qlik APIs

Primary LanguageJavaScriptMIT LicenseMIT

qlik-utils

GitHub version npm version NPM monthly downloads Build Status Dependency Status Coverage Status Known Vulnerabilities

A set of utilities to deal with Qlik Sense APIs

Version 3 is compatible with enigma.js v2

Not compatible with version 2

Author: Loïc Formont
License: MIT Licensed
Example

var template = require("my-node-template");

template.example(name) ⇒ *

Description of the function

Kind: static method of my-node-template
Returns: * - a value

Param Type Description
name type the first parameter

Example
Example of the function

var code = of.the.function;