jparis / qrs-interact

Inactive - QRS Interact is a simple javascript library that allows users to send queries to the Qlik Sense Repository Service.
GNU General Public License v3.0
10 stars 7 forks source link

Example code does not work #41

Closed mountaindude closed 7 years ago

mountaindude commented 7 years ago

The example code for getting a list of all tags doesn't work, it throws an error on the forEach statement. Using just the same console.log(result) as in the first example works well, that's probably preferred as an example.

jparis commented 7 years ago

Sorry about that! Forgot to update the docs! All good to go now, it should be working! Feel free to close this if it's working on your end.

mountaindude commented 7 years ago

works a treat - nice!