New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

qlik-api-qps

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qlik-api-qps

nodejs wrapper for the Qlik Sense QPS API

latest
Source
npmnpm
Version
1.1.10
Version published
Maintainers
1
Created
Source

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)
})

FAQs

Package last updated on 07 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts