Documentation
    Preparing search index...

    Function recipe

    • Returns the recipe information for the specified artisan and recipe slugs.

      Parameters

      • artisanSlug: string

        The slug of the artisan.

      • recipeSlug: string

        The slug of the recipe.

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

      The recipe resource. See RecipeResponse.

      • Optional Internal_responseType?: RecipeResponse

        The response type of the resource

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