Internal
Creates an instance of HSRRecordModule.
The HTTPRequest object used for making API requests.
The language enum value.
The region string or null if not provided.
The UID number or null if not provided.
Beta
Retrieves the abyss information associated with the provided region and UID.
A Promise that resolves to the HI abyss information object.
if the region or UID parameters are missing or failed to be filled.
if failed to retrieve data, please double-check the provided UID.
This method is still in beta, as the response obtained from the server is not yet complete. If you would like to contribute, please send a more complete response by creating a pull request.
Beta
Retrieves the arena information associated with the provided region and UID.
A Promise that resolves to the HI arena information object.
if the region or UID parameters are missing or failed to be filled.
if failed to retrieve data, please double-check the provided UID.
This method is still in beta, as the response obtained from the server is not yet complete. If you would like to contribute, please send a more complete response by creating a pull request.
Retrieves the characters associated with the provided region and UID.
A Promise that resolves to an array of HI characters.
Beta
Retrieves the elysian information associated with the provided region and UID.
A Promise that resolves to the HI elysian information object.
if the region or UID parameters are missing or failed to be filled.
if failed to retrieve data, please double-check the provided UID.
This method is still in beta, as the response obtained from the server is not yet complete. If you would like to contribute, please send a more complete response by creating a pull request.
HIRecordModule class provides methods to interact with Honkai Impact record module endpoints.