Documentation
    Preparing search index...
    • Get an item by ID.

      Parameters

      • namespace: "static-classic1x" | "static-classic"

        The namespace to use. See BlizzardNamespaces.

      • itemId: number

        The item ID.

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

      The item. See ItemResponse.

      • Optional Internal_responseType?: ItemResponse

        The response type of the resource

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