getRecipeDetail

suspend fun getRecipeDetail(recipeId: Long)

Fetches the details of a recipe by its ID.

Parameters

recipeId

The ID of the recipe to fetch.