Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
As the title implies, I'm trying to add some features that are currently unavailable through the hub/QMC but are using the API.
Are there pros/cons to using either the .net sdk or enigma.js? Is one more maintained than the other?
I'm much more familiar with .Net as I used to use it before I moved to full time BI Developer.
Any input is appreciated.
Both Enigma and the .NET SDK are fully supported by Qlik, so which one to use is totally up to you.
But both of those libraries focus on the Engine API, so if you want to do REST accesses, then you should probably look elsewhere. I typically use this library for doing REST accesses to Qlik Sense from .NET, but this is a personal project of min, so it's not an officially supported library:
https://www.nuget.org/packages/QlikSenseRestClient/
Some examples of how to use it can be found here:
https://github.com/kolsrud/qlik_rest_sdk/tree/master/Qlik.Sense.RestClient/Examples