#api #wrapper #async #manga

mangadex

Unofficial asynchronous mangadex API wrapper for rust

7 releases

0.1.2 Jun 19, 2021
0.1.1 Jun 18, 2021
0.0.3 Jun 6, 2021
0.0.2 May 26, 2021

#2285 in Web programming

37 downloads per month

MIT license

89KB
2K SLoC

mangadex-rs

Rust crates.io License

Early work in progress.

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

  • 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

Dependencies

~6–20MB
~302K SLoC