1 个不稳定版本
0.1.0 | 2024年1月26日 |
---|
#117 in #progress
11KB
207 代码行
things-cloud-api
Things Cloud API 的非官方 API 客户端。开发中。
使用说明
let account = things_api::Account::login(email, password).await?;
let tasks = account.history().tasks;
有关详细使用说明,请参阅 docs.rs 上的文档。
许可证
本项目采用 MIT 许可证 - 有关详细信息,请参阅 LICENSE 文件。
依赖项
~4–16MB
~234K SLoC