Documentation
    Preparing search index...
    • Get a realm by slug.

      Parameters

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

        The namespace to use. See BlizzardNamespaces.

      • realmSlug: string

        The realm slug.

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

      The realm. See RealmResponse.

      • Optional Internal_responseType?: RealmResponse

        The response type of the resource

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