datadog-client 0.2.0

Client for the datadog's API
Documentation
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "^0.11"

[dependencies.serde]
features = ["derive"]
version = "^1"

[dependencies.serde_json]
version = "^1"

[dev-dependencies.mockito]
version = "^0.29"

[dev-dependencies.tokio]
features = ["full"]
version = "^1"

[package]
authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"]
description = "Client for the datadog's API"
edition = "2018"
license = "Apache-2.0"
name = "datadog-client"
readme = "readme.md"
repository = "https://github.com/jdrouet/datadog-client"
version = "0.2.0"