#tracker #tv #accessing #endpoints #client #rest #api-client

animebytes-rs

访问 AnimeBytes.tv 跟踪器 API 的 API 客户端

2 个版本 (1 个稳定版本)

1.0.0 2021 年 10 月 29 日
0.1.0 2021 年 10 月 28 日

#15#tv

MIT 许可证

15KB
367

Build Status

animebytes-rs

此包用于访问 animebytes.tv 跟踪器的 REST API。它涵盖了目前所有可用的端点。

快速入门

use animebytes_rs::Client;

let encoder = Client::new("AB_KEY", "AB_USER").unwrap();

let search_result = client.search_anime("sword art online").await.unwrap();

许可证

MIT 许可证


lib.rs:

animebytes-rs

animebytes-rs 是一个包,提供对 animebytes-tv 跟踪器 API 的访问。您需要提供您的种子密码以访问大多数端点。Prometheus 端点目前没有提供,但如果有请求,未来可能会添加。

依赖关系

~3–15MB
~232K SLoC