method JikanClient.prototype.getAnimeRandom
JikanClient.prototype.getAnimeRandom(): Promise<animeModel.Anime>

getAnimeRandom: Get a random Anime from the Jikan API

Return Type

Throws

Error if status is not between 200 and 300

Usage

import { JikanClient } from ".";