Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
agistchau
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.js and the .NET SDK are libraries that focus primarily on the Engine API which is based on JSON RPC over websockets, not REST. So depending on what features you are aiming at adding, you might not actually need any of them.

But to your question: Both of those libraries are fully supported, so feel free to use whatever best matches your other technology requirements. There is also a corresponding library available for Golang if that is of interest to you:

https://github.com/qlik-oss/enigma-go