@qlik/api 0.4.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
> **Warning**
|
|
7
7
|
> This package is currently in pre-release mode and will likely change and break until the version number 1.0.0 is released.
|
|
8
8
|
|
|
9
|
-
This package provides a JavaScript API for interacting with Qlik Sense REST APIs
|
|
9
|
+
This package provides a JavaScript API for interacting with Qlik Sense REST APIs including the QIX Engine from a single package that can be used in both Node.js and browser contexts.
|
|
10
10
|
|
|
11
11
|
## Table of Contents
|
|
12
12
|
|
|
@@ -26,7 +26,7 @@ For NodeJS applications or in the case of building a web app with a bundler use:
|
|
|
26
26
|
npm install --save @qlik/api
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
If code will run
|
|
29
|
+
If code will run in a browser it is recommended to load the code from a CDN.
|
|
30
30
|
|
|
31
31
|
```html
|
|
32
32
|
<script type="module">
|
package/package.json
CHANGED