1.1.9 • Published 7 years ago

qlik-api-qrs v1.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.46

7 years ago

1.0.45

7 years ago

1.0.44

7 years ago

1.0.43

7 years ago

1.0.42

7 years ago

1.0.41

7 years ago