animebytes-rs

Crates.ioanimebytes-rs
lib.rsanimebytes-rs
version1.0.0
sourcesrc
created_at2021-10-28 21:13:45.098304
updated_at2021-10-29 04:51:43.952028
descriptionAn api client for accessing AnimeBytes.tv tracker api
homepagehttps://github.com/tyhi/animebytes-rs
repositoryhttps://github.com/tyhi/animebytes-rs
max_upload_size
id473703
size15,682
Tyler Hill (tyhi)

documentation

README

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

Commit count: 14

cargo fmt