Class HIRecordModuleInternal

HIRecordModule class provides methods to interact with Honkai Impact record module endpoints.

Constructors

Methods

  • Beta

    Retrieves the abyss information associated with the provided region and UID.

    Returns Promise<IHIAbyss>

    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.

    Returns Promise<IHIArena>

    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.

    Returns Promise<IHICharacter[]>

    A Promise that resolves to an array of HI characters.

    if the region or UID parameters are missing or failed to be filled.

    if failed to retrieve data, please double-check the provided UID.

  • Beta

    Retrieves the elysian information associated with the provided region and UID.

    Returns Promise<IHIElysian>

    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.

  • Retrieves the records associated with the provided region and UID.

    Returns Promise<IHIRecord>

    A Promise that resolves to the HI record 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.