influxdb-rust icon indicating copy to clipboard operation
influxdb-rust copied to clipboard

Add v2 query params

Open techster10173 opened this issue 1 year ago • 0 comments

Description

{ describe your changes here }

Checklist

  • [X] Formatted code using cargo fmt --all
  • [X] Linted code using clippy
    • [X] with reqwest feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features serde,derive,reqwest-client-rustls -- -D warnings
    • [X] with surf feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features serde,derive,hyper-client -- -D warnings
  • [X] Updated README.md using cargo doc2readme -p influxdb --expand-macros
  • [X] Reviewed the diff. Did you leave any print statements or unnecessary comments?
  • [X] Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment

techster10173 avatar Jun 06 '24 02:06 techster10173