Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

pouc/qlik-api-qps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qlik-api-qps

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

nodejs wrapper for the Qlik Sense QPS API

Author: Loïc Formont
License: MIT Licensed
Example

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

qpsApi.ticket.post(postParams).then(function(Ticket) {
	console.log(Ticket)
})

About

nodejs wrapper for the Qlik Sense QPS API

Resources

License

Stars

Watchers

Forks

Packages

No packages published