Crates.io | things-cloud |
lib.rs | things-cloud |
version | 0.1.0 |
source | src |
created_at | 2024-01-26 20:33:27.848447 |
updated_at | 2024-01-26 20:33:27.848447 |
description | An unofficial API client for the Things Cloud API. Work in progress. |
homepage | |
repository | https://github.com/m1guelpf/things-cloud-api |
max_upload_size | |
id | 1115890 |
size | 10,445 |
An unofficial API client for the Things Cloud API. Work in progress.
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.
This project is licensed under the MIT License - see the LICENSE file for details.