things-cloud-api
An unofficial API client for the Things Cloud API. Work in progress.
Usage
let account = login.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.