getRecipes

@GET(value = "recipes")
abstract suspend fun getRecipes(): List<ApiRecipe>

Fetches all Recipe items from the API.

Return

A list of ApiRecipe items.