#api-client #cloud #progress

things-cloud

Things Cloud API 的非官方 API 客户端。开发中。

1 个不稳定版本

0.1.0 2024年1月26日

#117 in #progress

MIT 许可证

11KB
207 代码行

things-cloud-api

Things Cloud API 的非官方 API 客户端。开发中。

crates.io download count badge docs.rs

使用说明

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

有关详细使用说明,请参阅 docs.rs 上的文档

许可证

本项目采用 MIT 许可证 - 有关详细信息,请参阅 LICENSE 文件。

依赖项

~4–16MB
~234K SLoC