method JikanClient.prototype.getCharacterManga
JikanClient.prototype.getCharacterManga(characterId: number): Promise<characterModel.MangaRole[]>

getCharacterManga: Get a Character's Manga from the Jikan API by its ID

Parameters

characterId: number

Return Type

Throws

Error if status is not between 200 and 300

Usage

import { JikanClient } from ".";