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

animebytes-rs

An api client for accessing AnimeBytes.tv tracker api

2 releases (1 stable)

1.0.0 Oct 29, 2021
0.1.0 Oct 28, 2021

#14 in #tv

MIT license

15KB
367 lines

Build Status

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

~4–17MB
~248K SLoC