method animeManager.AnimeManager.prototype.getAnimeVideos
AnimeManager.prototype.getAnimeVideos(animeId: number): Promise<animeModel.AnimeVideo>

getAnimeVideos: Get an Anime's Videos from the Jikan API by its ID

Parameters

animeId: number

Return Type

Throws

Error if status is not between 200 and 300

Usage

import { animeManager } from ".";