method mangaManager.MangaManager.prototype.getMangaFull
MangaManager.prototype.getMangaFull(mangaId: number): Promise<mangaModel.MangaFull>

getMangaFull: Get a Manga from the Jikan API by its ID with full details

Parameters

mangaId: number

Return Type

Throws

Error if status is not between 200 and 300

Usage

import { mangaManager } from ".";