method JikanClient.prototype.getAnimeFull
JikanClient.prototype.getAnimeFull(animeId: number): Promise<animeModel.AnimeFull>

getAnimeFull: Get an AnimeFull from the Jikan API by its ID

Parameters

animeId: number

Return Type

Throws

Error if status is not between 200 and 300

Usage

import { JikanClient } from ".";