Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
YoukimKudoh
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.

Labels (1)
1 Reply
Øystein_Kolsrud
Employee
Employee

Both Enigma and the .NET SDK focus on engine communication over websockets, so if you want to interact with the repository service, then you'll need other options. I have this light-weight library that I typically use for accessing the repo through .NET:

https://www.nuget.org/packages/QlikSenseRestClient/