QlikSenseRestClient 2.1.0

dotnet add package QlikSenseRestClient --version 2.1.0
                    
NuGet\Install-Package QlikSenseRestClient -Version 2.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="QlikSenseRestClient" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QlikSenseRestClient" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="QlikSenseRestClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add QlikSenseRestClient --version 2.1.0
                    
#r "nuget: QlikSenseRestClient, 2.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package QlikSenseRestClient@2.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=QlikSenseRestClient&version=2.1.0
                    
Install as a Cake Addin
#tool nuget:?package=QlikSenseRestClient&version=2.1.0
                    
Install as a Cake Tool

Qlik Sense REST SDK

This is a basic SDK for Qlik Sense REST access with authentication configuration built along the same line as the .Net SDK for the Engine API. Basic usage for accessing the "/qrs/about" endpoint could look like this:

var restClient = new RestClient(senseServerUrl);
restClient.AsNtlmUserViaProxy();
Console.WriteLine(restClient.Get("/qrs/about"));
Supported .NET versions

Supported .NET versions are .NET Framework 4.6.2 and .NET Core 3.1 and .NET releases compatible with those two versions that are officially supported by Microsoft.

Supported authentication mechanisms

This library currently supports the following authentication mechanisms:

  • Qlik Sense Enterprise for Windows (QSEfW)
    • Direct connection using certificates
    • NTLM authentication using default or custom credentials.
    • Static header authentication.
    • JWT authentication
    • Connection to existing session.
  • Qlik Cloud Services (QCS)
    • API Key authentication
    • OAuth authentication [^1]
    • JWT authentication
    • Connection to existing session.

The library is available for download from NuGet: https://www.nuget.org/packages/QlikSenseRestClient/

[^1]: OAuth authentication is, from the perspective of this library, identical to API Key authentication. But an access token needs to be produced to use as key. The QCS example named ConnectOAuthBrowser is included in this repository to illustrate how to use the library Qlik.OAuthManager to generate access tokens and connect to QCS.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.0 295 9/17/2025
2.0.1 1,301 4/23/2025
2.0.0 6,703 10/10/2024
1.16.0 2,618 4/5/2024
1.15.0 1,541 10/10/2023
1.14.1 2,801 3/8/2023
1.14.0 1,702 1/9/2023
1.13.0 900 12/29/2022
1.12.1 1,337 10/17/2022
1.11.0 1,123 9/29/2022
1.10.0 1,906 7/8/2022
1.9.0 1,523 5/2/2022
1.8.0 13,445 1/19/2022
1.7.1 1,845 9/21/2021
1.6.0 1,512 4/27/2021
1.5.0 1,111 3/12/2021
1.4.0 1,040 2/10/2021
1.3.1 4,112 11/20/2020
1.3.0 1,248 9/15/2020
1.2.0 1,093 8/21/2020
1.1.0 4,935 6/23/2020
1.0.0 1,213 5/25/2020
0.11.0 1,619 3/19/2020
0.10.0 5,453 10/25/2019
0.9.1 1,279 9/18/2019
0.9.0 1,269 8/1/2019
0.8.0 1,244 6/14/2019
0.7.1 1,212 5/10/2019
0.7.0 1,217 5/6/2019
0.6.0 1,385 2/18/2019
0.5.0 1,375 1/18/2019
0.4.1 1,415 1/11/2019
0.3.3 1,430 1/8/2019
0.3.0 1,381 11/26/2018
0.2.0 1,327 11/23/2018
0.1.1 1,486 10/11/2018