qlik-fake-proxy
v1.1.28
Published
a node js package that mimics a Qlik Sense proxy in order to perform tests
Downloads
10
Readme
qlik-fake-proxy
A node js package that mimics a Qlik Sense proxy in order to perform tests
Author: Loïc Formont
License: MIT Licensed
Example
let proxy = require("qlik-fake-proxy");
proxy.createProxy(options) ⇒ Promise.<*>
Creates a fake proxy according to the given options
Kind: static method of qlik-fake-proxy
Returns: Promise.<*> - a promise resolving to the generated proxy
| Param | Type | Description | | --- | --- | --- | | options | options | the options on the proxy |
Example
let fake = proxy.createProxy(options);