Thingsboard.Net.Flurl
3.4.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Thingsboard.Net.Flurl --version 3.4.3
NuGet\Install-Package Thingsboard.Net.Flurl -Version 3.4.3
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="Thingsboard.Net.Flurl" Version="3.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Thingsboard.Net.Flurl --version 3.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Thingsboard.Net.Flurl, 3.4.3"
#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 Thingsboard.Net.Flurl as a Cake Addin #addin nuget:?package=Thingsboard.Net.Flurl&version=3.4.3 // Install Thingsboard.Net.Flurl as a Cake Tool #tool nuget:?package=Thingsboard.Net.Flurl&version=3.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Thingsboard.NET is a .NET client library for Thingsboard IoT Platform. It is a .NET Standard 2.0 library, so it can be used in .NET Core and .NET Framework applications.
Installing
Install the NuGet package Thingsboard.Net.Flurl.
PM> Install-Package Thingsboard.NET.Flurl
Usage
Creating a client and trying to invoke getCurrentUser method:
Basic usage
// Initial factory
var factory = new FlurlTbClientFactory
{
Options = new ThingsboardNetFlurlOptions()
{
BaseUrl = "http://localhost:8080",
Username = "tenant@thingsboard.org",
Password = "tenant",
}
};
// Get the client
var authClient = factory.CreateAuthClient();
var userInfo = await authClient.GetCurrentUserAsync();
Console.WriteLine($"Hello {userInfo.Email}");
You will get the output from console:
Hello tenant@thingsboard.org
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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Flurl.Http (>= 3.2.4)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.2)
- Polly (>= 7.2.3)
- System.IdentityModel.Tokens.Jwt (>= 6.23.1)
- Thingsboard.Net.Abstractions (>= 3.4.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Thingsboard.Net.Flurl:
Package | Downloads |
---|---|
Thingsboard.Net.Flurl.DependencyInjection
The dotnet restful api client for thingsboard v3.4.x |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.5.1.5 | 936 | 10/11/2023 |
3.5.1.4 | 301 | 7/7/2023 |
3.5.1.2 | 199 | 7/7/2023 |
3.5.1 | 224 | 7/7/2023 |
3.4.33 | 461 | 3/22/2023 |
3.4.32 | 340 | 3/14/2023 |
3.4.31 | 397 | 3/13/2023 |
3.4.30 | 353 | 3/7/2023 |
3.4.29 | 352 | 3/7/2023 |
3.4.28 | 326 | 3/7/2023 |
3.4.27 | 332 | 3/7/2023 |
3.4.26 | 360 | 3/7/2023 |
3.4.25 | 366 | 3/6/2023 |
3.4.24 | 341 | 3/6/2023 |
3.4.23 | 362 | 3/3/2023 |
3.4.22 | 367 | 3/3/2023 |
3.4.21 | 362 | 3/3/2023 |
3.4.20 | 386 | 2/27/2023 |
3.4.19 | 419 | 2/6/2023 |
3.4.18 | 535 | 1/4/2023 |
3.4.17 | 456 | 1/4/2023 |
3.4.16 | 554 | 11/22/2022 |
3.4.15 | 558 | 11/15/2022 |
3.4.14 | 561 | 11/14/2022 |
3.4.13 | 578 | 11/10/2022 |
3.4.12 | 543 | 11/10/2022 |
3.4.11 | 666 | 10/28/2022 |
3.4.10 | 664 | 10/22/2022 |
3.4.9 | 654 | 10/22/2022 |
3.4.8 | 667 | 10/22/2022 |
3.4.7 | 689 | 10/21/2022 |
3.4.6 | 644 | 10/21/2022 |
3.4.5 | 702 | 10/20/2022 |
3.4.3 | 655 | 10/18/2022 |
3.4.1.9 | 1,004 | 10/18/2022 |
3.4.1.7 | 379 | 10/18/2022 |
3.4.1.6 | 393 | 10/18/2022 |
3.4.1.5 | 411 | 10/17/2022 |
3.4.1.4 | 693 | 10/17/2022 |
3.4.1.3 | 396 | 10/17/2022 |
3.4.1.2 | 409 | 10/17/2022 |
3.4.1.1 | 695 | 10/17/2022 |