Closed QHose closed 7 years ago
There is no enigma.connect()
method. Instead, a session is created using enigma.create()
followed by session.open()
.
Note that the examples are outdated and incomplete. For v2 we plan on writing these examples. In particular, the list-apps
example will be replaced by #128. Stay tuned!
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)
gives me
[TypeError: enigma.connect is not a function]
using example https://github.com/qlik-oss/enigma.js/blob/master/examples/list-apps/index.js
See also my other issue, the docs have different config object refs to the QIXSchema definition. the code below also does not work.