toggle menu
Jochens Next Dinner
androidJvm
switch theme
search in API
app
/
be.hogent.jochensnextdinner.network
/
RecipeApiService
/
getRecipes
get
Recipes
@
GET
(
value
=
"recipes"
)
abstract
suspend
fun
getRecipes
(
)
:
List
<
ApiRecipe
>
Fetches all Recipe items from the API.
Return
A list of ApiRecipe items.