JikanClient.prototype.getCharacterPictures(characterId: number): Promise<baseModel.CommonImage[]>
getCharacterPictures: Get a Character's Pictures from the Jikan API by its ID
Promise<baseModel.CommonImage[]>
JikanClient.prototype.getCharacterPictures(characterId: number): Promise<baseModel.CommonImage[]>
getCharacterPictures: Get a Character's Pictures from the Jikan API by its ID
Promise<baseModel.CommonImage[]>
import { JikanClient } from ".";