Documentation
    Preparing search index...

    Function specificMetadata

    • Returns specific metadata based on the type requested.

      Parameters

      • type:
            | "classes"
            | "keywords"
            | "minionTypes"
            | "rarities"
            | "setGroups"
            | "sets"
            | "types"

        The type of metadata to retrieve.

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

      The specific metadata resource. See SpecificMetadataResponse.