influxdata / influxdb-client-swift

InfluxDB (v2+) Client Library for Swift
https://influxdata.github.io/influxdb-client-swift/
MIT License
27 stars 8 forks source link

feat: Delete API #20

Closed bednar closed 3 years ago

bednar commented 3 years ago

Proposed Changes

Implemented Delete API with examples.

Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #20 (4ff9379) into master (3f76c9d) will increase coverage by 2.40%. The diff coverage is 90.56%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   89.77%   92.18%   +2.40%     
==========================================
  Files           8       10       +2     
  Lines         587      640      +53     
==========================================
+ Hits          527      590      +63     
+ Misses         60       50      -10     
Impacted Files Coverage Δ
Sources/InfluxDBSwift/DeleteAPI.swift 89.36% <89.36%> (ø)
...wift/Generated/Models/DeletePredicateRequest.swift 100.00% <100.00%> (ø)
Sources/InfluxDBSwift/InfluxDBClient.swift 79.79% <100.00%> (+0.41%) :arrow_up:
Sources/InfluxDBSwift/Point.swift 95.94% <0.00%> (+10.13%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f76c9d...4ff9379. Read the comment docs.