Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Orochimaru01
Contributor
Contributor

Qlik Sense - Leverage Rest Api using .Net SDK or enigma.js?

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.

1 Reply
Øystein_Kolsrud
Employee
Employee

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