Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

tyhi/animebytes-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages