Skip to content

v0.1

Compare
Choose a tag to compare
@JRomainG JRomainG released this 30 Apr 23:24
· 114 commits to master since this release
3e2a16f

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