mangadex_api 1.0.3 mangadex_api: ^1.0.3 copied to clipboard
An unofficial wrapper of the MangaDex API for Dart/Flutter
1.0.3 #
- Hopefully fixes #3 for now
- Added
ReadingStatus
class - Added
roles
toUser
- Added
followManga
andunfollowManga
- Added
setReadingStatus
For more changes check out the GitHub diff and the documentation
1.0.1 #
- Add
translatedLanguage
togetMangaFeed
- Add reference expansion to
followedManga
andfollowedGroups
- Add
createCustomList
,deleteCustomList
,addToCustomList
andremoveFromCustomList
For more changes check out the GitHub diff and the documentation
1.0.0 #
- Manga class - cover is now nullable
- Every function should throw exception in case of a 4xx or 5xx error
- Better
getChapter
method, thanks to #2 - Functions now validate token using the
validateToken
function - Added
getUsersList
function - Added
getListFeed
function - Added
loggedInUser
function - Added
followedManga
function - Added
followedGroups
function
For more changes check out the GitHub diff and the documentation
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.