QlikSenseRestClient 1.16.0

dotnet add package QlikSenseRestClient --version 1.16.0
NuGet\Install-Package QlikSenseRestClient -Version 1.16.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="1.16.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QlikSenseRestClient --version 1.16.0
#r "nuget: QlikSenseRestClient, 1.16.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.
// Install QlikSenseRestClient as a Cake Addin
#addin nuget:?package=QlikSenseRestClient&version=1.16.0

// Install QlikSenseRestClient as a Cake Tool
#tool nuget:?package=QlikSenseRestClient&version=1.16.0

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
    • JWT authentication
    • Client credential authentication
    • Connection to existing session.

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

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. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  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
1.16.0 123 4/5/2024
1.15.0 1,296 10/10/2023
1.14.1 2,238 3/8/2023
1.14.0 1,377 1/9/2023
1.13.0 799 12/29/2022
1.12.1 1,180 10/17/2022
1.11.0 988 9/29/2022
1.10.0 1,729 7/8/2022
1.9.0 1,367 5/2/2022
1.8.0 3,526 1/19/2022
1.7.1 1,728 9/21/2021
1.6.0 1,363 4/27/2021
1.5.0 977 3/12/2021
1.4.0 882 2/10/2021
1.3.1 3,883 11/20/2020
1.3.0 1,105 9/15/2020
1.2.0 953 8/21/2020
1.1.0 4,776 6/23/2020
1.0.0 1,060 5/25/2020
0.11.0 1,450 3/19/2020
0.10.0 5,285 10/25/2019
0.9.1 1,135 9/18/2019
0.9.0 1,112 8/1/2019
0.8.0 1,076 6/14/2019
0.7.1 1,044 5/10/2019
0.7.0 1,050 5/6/2019
0.6.0 1,217 2/18/2019
0.5.0 1,206 1/18/2019
0.4.1 1,258 1/11/2019
0.3.3 1,258 1/8/2019
0.3.0 1,219 11/26/2018
0.2.0 1,166 11/23/2018
0.1.1 1,299 10/11/2018