QlikSenseRestClient 2.0.0
dotnet add package QlikSenseRestClient --version 2.0.0
NuGet\Install-Package QlikSenseRestClient -Version 2.0.0
<PackageReference Include="QlikSenseRestClient" Version="2.0.0" />
paket add QlikSenseRestClient --version 2.0.0
#r "nuget: QlikSenseRestClient, 2.0.0"
// Install QlikSenseRestClient as a Cake Addin #addin nuget:?package=QlikSenseRestClient&version=2.0.0 // Install QlikSenseRestClient as a Cake Tool #tool nuget:?package=QlikSenseRestClient&version=2.0.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
- Connection to existing session.
The library is available for download from NuGet: https://www.nuget.org/packages/QlikSenseRestClient/
Product | Versions 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 | 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. |
-
- Newtonsoft.Json (>= 11.0.1)
- System.IdentityModel.Tokens.Jwt (>= 6.17.0)
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.0.0 | 179 | 10/10/2024 |
1.16.0 | 1,841 | 4/5/2024 |
1.15.0 | 1,384 | 10/10/2023 |
1.14.1 | 2,343 | 3/8/2023 |
1.14.0 | 1,533 | 1/9/2023 |
1.13.0 | 828 | 12/29/2022 |
1.12.1 | 1,235 | 10/17/2022 |
1.11.0 | 1,019 | 9/29/2022 |
1.10.0 | 1,778 | 7/8/2022 |
1.9.0 | 1,403 | 5/2/2022 |
1.8.0 | 3,712 | 1/19/2022 |
1.7.1 | 1,751 | 9/21/2021 |
1.6.0 | 1,390 | 4/27/2021 |
1.5.0 | 1,003 | 3/12/2021 |
1.4.0 | 906 | 2/10/2021 |
1.3.1 | 3,987 | 11/20/2020 |
1.3.0 | 1,132 | 9/15/2020 |
1.2.0 | 984 | 8/21/2020 |
1.1.0 | 4,808 | 6/23/2020 |
1.0.0 | 1,095 | 5/25/2020 |
0.11.0 | 1,487 | 3/19/2020 |
0.10.0 | 5,319 | 10/25/2019 |
0.9.1 | 1,157 | 9/18/2019 |
0.9.0 | 1,142 | 8/1/2019 |
0.8.0 | 1,105 | 6/14/2019 |
0.7.1 | 1,072 | 5/10/2019 |
0.7.0 | 1,073 | 5/6/2019 |
0.6.0 | 1,248 | 2/18/2019 |
0.5.0 | 1,233 | 1/18/2019 |
0.4.1 | 1,289 | 1/11/2019 |
0.3.3 | 1,287 | 1/8/2019 |
0.3.0 | 1,250 | 11/26/2018 |
0.2.0 | 1,196 | 11/23/2018 |
0.1.1 | 1,337 | 10/11/2018 |