things-cloud

Crates.iothings-cloud
lib.rsthings-cloud
version0.1.0
sourcesrc
created_at2024-01-26 20:33:27.848447
updated_at2024-01-26 20:33:27.848447
descriptionAn unofficial API client for the Things Cloud API. Work in progress.
homepage
repositoryhttps://github.com/m1guelpf/things-cloud-api
max_upload_size
id1115890
size10,445
Miguel Piedrafita (m1guelpf)

documentation

README

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.

Commit count: 0

cargo fmt