v0.1
Original release, with the following features:
Fetch any of the following pages:
- Featured mangas (
api.getListedMangas
), - Latest releases (
api.getLatestMangas
), - A sorted list of mangas (
api.getListedMangas
), - A random manga (
api.getRandomManga
) - A manga's chapters (
api.getMangaChapters
) - Comments and threads (
api.getMangaComments
,api.getChapterComments
,api.getThread
), - A group's info (
api.getGroupInfo
), - A user's MDList (
api.getMdList
), - A user's latest followed updates (
api.getLatestFollowedMangas
,getLatestFollowedChapters
), - A user's recent reading history (
api.getHistory
), - Manga search results (
api.performSearch
)
Get detailed information about:
- A manga and its chapters (
api.getMangaInfo
), - A chapter and links to its pages (
api.getChapterInfo
)
Use MangaDex accounts:
- Login using username/password or an existing access token (
api.login
), - Logout of an account (
api.logout
), - Automatically remember session and cookies