Skip to content

Commit 9661b85

Browse files
authored
docs: remove work on progress note (#204)
1 parent 21b1d36 commit 9661b85

File tree

3 files changed

+7
-111
lines changed

3 files changed

+7
-111
lines changed

Client/InfluxDB.Client.Api/Domain/PermissionResource.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,13 @@ public enum TypeEnum
141141
/// Enum Dbrp for value: dbrp
142142
/// </summary>
143143
[EnumMember(Value = "dbrp")]
144-
Dbrp = 18
144+
Dbrp = 18,
145+
146+
/// <summary>
147+
/// Enum Notebooks for value: notebooks
148+
/// </summary>
149+
[EnumMember(Value = "notebooks")]
150+
Notebooks = 19
145151

146152
}
147153

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ The C# clients are implemented for the InfluxDB 2.0 and InfluxDB 1.7+:
5050

5151
## How To Use
5252

53-
This clients are a work in progress and hosted in Bonitoo.io Nuget Repository.
54-
55-
If you want to use it with a .Net CLI or Package Manager, you have to specify source of packages. See examples below.
56-
5753
### Writes and Queries in InfluxDB 2.0
5854

5955
The following example demonstrates how to write data to InfluxDB 2.0 and read them back using the Flux language:

Scripts/release.sh

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)