1.1.9 • Published 9 years ago

qlik-api-qrs v1.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

qlik-api-qrs

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

A nodejs wrapper for the Qlik Sense QRS API

Author: Loïc Formont
License: MIT Licensed
Example

var qrsApi = require('qlik-api-qrs')({
    restUri: 'https://localhost',
    prefix: 'test',
    pfx: pfx,
    UserId: 'qlikservice',
    UserDirectory: '2008R2-0'
});

qrsApi.about.get().then(function(About) {
    console.log(About)
});
1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.0.46

9 years ago

1.0.45

9 years ago

1.0.44

9 years ago

1.0.43

9 years ago

1.0.42

9 years ago

1.0.41

9 years ago