API Reference
Routes
Others

Others

For the below routes, they all have the same API:

GameRecordCard, Activities, GenshinUser and RealTimeNotes

NameTypeDescription
cacheClientCache<DataType>The cache for the route
fetch(uid: string, options?: BaseFetchOptions): Promise<DataType>functionFetches the data for the route

DataType

  • GameRecordCard => RecordCardData
  • Activities => ActivitiesData
  • GenshinUser => GenshinUserData
  • RealTimeNotes => RealTimeNoteData