method JikanClient.prototype.getCharacterRandom
JikanClient.prototype.getCharacterRandom(): Promise<characterModel.Character>

getCharacterRandom: Get a random Character from the Jikan API

Return Type

Throws

Error if status is not between 200 and 300

Usage

import { JikanClient } from ".";