method characterManager.CharacterManager.prototype.getCharacterFull
CharacterManager.prototype.getCharacterFull(characterId: number): Promise<characterModel.CharacterFull>

getCharacter: Get a CharacterFull from the Jikan API by its ID

Parameters

characterId: number

Return Type

Throws

Error if status is not between 200 and 300

Usage

import { characterManager } from ".";