drogue-client 0.11.1

Clients for the Drogue IoT Cloud APIs
Documentation
# Drogue IoT Cloud Clients

[![docs.rs](https://docs.rs/drogue-client/badge.svg)](https://docs.rs/drogue-client)
[![Crates.io](https://img.shields.io/crates/v/drogue-client)](https://crates.io/crates/drogue-client)
[![CI](https://github.com/drogue-iot/drogue-client/workflows/CI/badge.svg)](https://github.com/drogue-iot/drogue-client/actions?query=workflow%3A%22CI%22)
[![Matrix](https://img.shields.io/matrix/drogue-iot:matrix.org)](https://matrix.to/#/#drogue-iot:matrix.org)

This is a crate, providing Rust APIs for access the [cloud side](https://github.com/drogue-iot/drogue-cloud)
APIs of [Drogue IoT](https://drogue.io).

For a ready-to-run command line client see: [`drg`](https://github.com/drogue-iot/drg).

## Usage

Add the dependency to your `Cargo.toml`:

~~~toml
[dependencies]
drogue-client = "0.10.1"
~~~