influxdb-rs / influxdb-rust

Rust Client for the InfluxDB Time Series Database
https://crates.io/crates/influxdb
MIT License
245 stars 79 forks source link

Added support for token auth (rebased, ci fixed) #118

Closed bogdad closed 1 year ago

bogdad commented 1 year ago

Description

This patch adds support for token auth to make it easier to use backward compatibility API of influxdb 2.0

(it is the same pull request as this one https://github.com/influxdb-rs/influxdb-rust/pull/89 by @sunng87 rebased to latest master and ci fixed, here is the same pr passing ci https://github.com/bogdad/influxdb-rust/actions/runs/4326935604)

Checklist

Empty2k12 commented 1 year ago

Thanks. Will be released soon by @msrd0

bogdad commented 1 year ago

Thank you!