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
ReadingStatusclass - Added
rolestoUser - Added
followMangaandunfollowManga - Added
setReadingStatus
For more changes check out the GitHub diff and the documentation
1.0.1 #
- Add
translatedLanguagetogetMangaFeed - Add reference expansion to
followedMangaandfollowedGroups - Add
createCustomList,deleteCustomList,addToCustomListandremoveFromCustomList
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
getChaptermethod, thanks to #2 - Functions now validate token using the
validateTokenfunction - Added
getUsersListfunction - Added
getListFeedfunction - Added
loggedInUserfunction - Added
followedMangafunction - Added
followedGroupsfunction
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
useLogintotruein the respective function - added the
mangadex-dart-api/1.0header to all requests to the API - renamed
getMangaInfotogetManga - added reference expansion to
getMangaandsearch - 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.