-
In the docs for configuration https://github.com/qlik-oss/enigma.js/blob/master/docs/api.md#configuration, it shows the following WebSocket url:
`url: 'ws://localhost:4848/app',`
Is this a valid…
-
when I try to follow the examples, please specify you have to ensure you are authenticated first, this is currently not in the prereqs. Also I noticed 2 kind of examples with connect and create... (v2…
QHose updated
7 years ago
-
I have been trying to use the enigma.js library for authenticating using Windows account (NTLM) but with no success.
Can someone please show a basic example for this? If not an example, any pointer…
-
In the current docs it sometimes mentioned in the text that a parameter is mandatory, maybe better to
* create a separate column for this (mandatory?)
* make this available in the dev-hub (engine ap…
QHose updated
7 years ago
-
Hi,
Can you add more descriptions on what the URL is?
```
const session = enigma.create({
schema,
url: 'ws://localhost:9076/app',
createSocket: url => new WebSocket(url),
});
```
…
QHose updated
7 years ago
-
hi,
Sense removed ImportApp from the dev help, but it is available in engima? (I suspect they recommend QRS, that was in the old 3.0 help)
QHose updated
7 years ago
-
If I try to make a dataConnection, and I miss parameters (which is a bug in itself maybe), NodeJs reports `Warning: a promise was rejected with a non-error: [object Object]`
Is this expected?
``…
QHose updated
7 years ago
-
Hi bale, this is more of a request than an issue, which I was hoping I could bring to your attention. I'm a consultant with qlik and first off just wanted to say your extension has saved me countless …
-
Using the api:
{{url}}/masterlib/delete/fromapp with the body of:
{
"appname": "Nøgletal Dev"
}
gives the response:
"delete complete!"
But the master data items are still present in the …
-
Over time, the config object has become bloated and we would like to simplify it in version 2.
Preferably, the "connect"-methods should have a single URL parameter and no config object at all. This…