MyInfluxDbClient 0.10.0
Provides an async API that allows you to manage InfluxDB databases, write points (with measurement, tags, fields according to line protocol v1.1) etc.
Install-Package MyInfluxDbClient -Version 0.10.0
dotnet add package MyInfluxDbClient --version 0.10.0
<PackageReference Include="MyInfluxDbClient" Version="0.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MyInfluxDbClient --version 0.10.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MyInfluxDbClient, 0.10.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install MyInfluxDbClient as a Cake Addin
#addin nuget:?package=MyInfluxDbClient&version=0.10.0
// Install MyInfluxDbClient as a Cake Tool
#tool nuget:?package=MyInfluxDbClient&version=0.10.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://github.com/danielwertheim/myinfluxdbclient/blob/master/ReleaseNotes.md
Dependencies
-
.NETFramework 4.5
- Ensure.That (>= 5.0.0)
- Newtonsoft.Json (>= 9.0.1)
- Requester (>= 1.5.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.