Mangadex

Mangadex

new Mangadex()

Mangadex connection module constructor

Source:

Members

baseURL :"https://api.mangadex.org"

base api url

Source:

Methods

(async) aggregateMangaByID(MangaID, Query) → {Promise.<Object.<String, AggregatedVolume>>}

Parameters:
Name Type Description
MangaID String

Manga UUID

Query MangaAggregateQuery
Source:

(async) fetchAuthorByID(authorID) → {Promise.<Author>}

Parameters:
Name Type Description
authorID String
Source:

(async) fetchAuthors(query) → {Promise.<Array.<Author>>}

Parameters:
Name Type Description
query AuthorQuery
Source:

(async) fetchChapterByID(chapterID) → {Promise.<Chapter>}

Parameters:
Name Type Description
chapterID String
Source:

(async) fetchChapters(query) → {Promise.<Array.<Chapter>>}

Parameters:
Name Type Description
query ChapterQuery
Source:

(async) fetchCoverArtByID(coverArtID) → {Promise.<CoverArt>}

Parameters:
Name Type Description
coverArtID String

CoverArt or Manga UUID

Source:

(async) fetchCoverArts(Query) → {Promise.<Array.<CoverArt>>}

Parameters:
Name Type Description
Query CoverArtQuery
Source:

(async) fetchManga(query) → {Promise.<Array.<Manga>>}

Parameters:
Name Type Description
query MangaQuery
Source:

(async) fetchMangaByID(mangaId) → {Promise.<Manga>}

Parameters:
Name Type Description
mangaId String
Source: