#cloud-api #progress #api-client #client-for-cloud-api

things-cloud

An unofficial API client for the Things Cloud API. Work in progress.

1 unstable release

0.1.0 Jan 26, 2024

#139 in #progress

MIT license

11KB
207 lines

things-cloud-api

An unofficial API client for the Things Cloud API. Work in progress.

crates.io download count badge docs.rs

Usage

let account = things_api::Account::login(email, password).await?;
let tasks = account.history().tasks;

Refer to the documentation on docs.rs for detailed usage instructions.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~5–21MB
~240K SLoC