API Reference
Routes
Rolecombat

RoleCombat API Reference

NameTypeDescription
cacheClientCache<RoleCombatData>The cache for the role combat data
fetch(uid: string, options?: RoleCombatOptions): Promise<RoleCombatData>functionFetches the role combat data for the given user id. If the need_detail option is set to true, the detailed role combat data will be fetched.

RoleCombatOptions

Extend the BaseFetchOptions interface.

OptionTypeDescription
need_detailboolean?Whether to fetch the detailed role combat data