influxdb-rust
influxdb-rust copied to clipboard
Add v2 query params
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] with reqwest feature:
- [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