Skip to content

edg-l/mangadex-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mangadex-rs

Version Downloads License Rust Docs

Unofficial asynchronous mangadex API wrapper for rust.

https://rust-lang.github.io/api-guidelines/checklist.html

The api reference is available in the default format, or in swagger format. The currently targeted api (api.yaml) is tracked in the repository to facilitate easier updates across versions.

TODO

  • Upload
  • Rate limiting
  • Includes

Tests

Tests that require making calls to the api while authed are ignored by default, to run them you need to setup a .env file likes this:

TEST_MANGADEX_USERNAME="username"
TEST_MANGADEX_PASSWORD="password"

And run it with:

cargo test -- --ignored

About

An unofficial asynchronous mangadex API wrapper for rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages