method JikanClient.prototype.getMangaMoreInfo
JikanClient.prototype.getMangaMoreInfo(mangaId: number): Promise<baseModel.MoreInfo>

getMangaMoreInfo: Get a Manga's More Info from the Jikan API by its ID

Parameters

mangaId: number

Return Type

Throws

Error if status is not between 200 and 300

Usage

import { JikanClient } from ".";