Documentation
    Preparing search index...
    • Returns the era information for the specified era ID.

      Parameters

      • id: number

        The ID of the era.

      Returns {
          _responseType?: EraResponse;
          namespace?: BlizzardNamespaces;
          parameters?: Record<string, unknown>;
          path: string;
      }

      The era resource. See EraResponse.

      • Optional Internal_responseType?: EraResponse

        The response type of the resource

      • Optionalnamespace?: BlizzardNamespaces
      • Optionalparameters?: Record<string, unknown>
      • path: string