mangadex_api 1.0.0-dev.2 mangadex_api: ^1.0.0-dev.2 copied to clipboard
An unofficial MangaDex API wrapper for Dart/Flutter
1.0.0-dev.2 #
- Added User class and getUser function
- Added checking for captcha on request
- added solveCaptcha function
- added Group class and getGroup function
- all requests will no longer be automatically sent with your token, if you logged in, you need to set
useLogin
totrue
in the respective function - added the
mangadex-dart-api/1.0
header to all requests to the API - renamed
getMangaInfo
togetManga
- added reference expansion to
getManga
andsearch
- login now returns a Future
- changed in Chapter class:
chapter -> chapterNum
&volume -> volumeNum
For more changes check out the documentation
1.0.0-dev.1 #
- Initial version.