InfluxCommunity / influxdb3-csharp

The C# .NET Client that provides a simple and convenient way to interact with InfluxDB 3.
https://InfluxCommunity.github.io/influxdb3-csharp/
MIT License
24 stars 6 forks source link

fix: uniform client API #35

Closed alespour closed 1 year ago

alespour commented 1 year ago

Proposed Changes

Uniform future client API.

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #35 (18541b8) into feat/proxy-custom-headers (3c3f9ce) will not change coverage. The diff coverage is 100.00%.

@@                     Coverage Diff                     @@
##           feat/proxy-custom-headers       #35   +/-   ##
===========================================================
  Coverage                     100.00%   100.00%           
===========================================================
  Files                             12        12           
  Lines                            788       788           
===========================================================
  Hits                             788       788           
Files Changed Coverage Δ
Client/Config/WriteOptions.cs 100.00% <ø> (ø)
Client/Config/ClientConfig.cs 100.00% <100.00%> (ø)
Client/InfluxDBClient.cs 100.00% <100.00%> (ø)
Client/Internal/FlightSqlClient.cs 100.00% <100.00%> (ø)
Client/Internal/RestClient.cs 100.00% <100.00%> (ø)