2 releases (1 stable)
1.0.0 | Oct 29, 2021 |
---|---|
0.1.0 | Oct 28, 2021 |
#15 in #tv
15KB
367 lines
animebytes-rs
This crate is for accessing the animebytes.tv tracker's rest API. It covers all the currently available endpoints.
Quickstart
use animebytes_rs::Client;
let encoder = Client::new("AB_KEY", "AB_USER").unwrap();
let search_result = client.search_anime("sword art online").await.unwrap();
License
Licensed under MIT
lib.rs
:
animebytes-rs
animebytes-rs
is a crate that provides access to animebytes-tv tracker
api. You need to provide your torrent password to access most of the
endpoints. Prometheus endpoints are not provided however in the future there
is a chance that they could be added if requested.
Dependencies
~3–15MB
~232K SLoC