1.1.28 • Published 7 years ago

qlik-fake-proxy v1.1.28

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

qlik-fake-proxy

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

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

ParamTypeDescription
optionsoptionsthe options on the proxy

Example

let fake = proxy.createProxy(options);
1.1.28

7 years ago

1.1.27

7 years ago

1.1.26

7 years ago

1.1.25

7 years ago

1.1.24

7 years ago

1.1.23

7 years ago

1.1.22

7 years ago

1.1.21

7 years ago

1.1.20

7 years ago

1.1.19

7 years ago

1.1.18

7 years ago

1.1.17

7 years ago

1.1.16

7 years ago

1.1.15

7 years ago

1.1.14

7 years ago

1.1.13

7 years ago

1.1.12

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

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