Characters
API Reference
Name | Type | Description |
---|---|---|
cache | ClientCache<CharacterData[]> | The cache for the characters API |
fetch(uid: string, options?: BaseFetchOptions): Promise<CharacterData[]> | function | Fetches the character data for the given UID |
fetchAvatarInfo(characterId: number, options?: BaseFetchOptions): Promise<CharacterInfoData> | function | Fetches the avatar info for the given character ID |