We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d10a14 commit 44d05dbCopy full SHA for 44d05db
README.md
@@ -16,7 +16,11 @@ This repository contains the reference C# client for the InfluxData Platform.
16
- Supports querying using the Flux language over the InfluxDB 1.7+ REST API (`/api/v2/query endpoint`)
17
- InfluxData Platform OSS 2.0 client
18
- Querying data using the Flux language
19
-
+
20
+### Documentation
21
22
+- **[Flux.Client](./Flux.Client)** - The reference c# client that allows you to perform Flux queries against InfluxDB 1.7+.
23
24
### Flux queries in InfluxDB 1.7+
25
26
The REST endpoint `/api/v2/query` for querying using the **Flux** language has been introduced with InfluxDB 1.7.
0 commit comments