Routes List
| Name | Parameters | Method | URL | Sample |
|---|---|---|---|---|
| Recipes | - | GET |
https://proiectia.bogdanflorea.ro/api/the-meal-db/recipes |
View |
| Recipe |
Query stringName: idMeal |
GET |
https://proiectia.bogdanflorea.ro/api/the-meal-db/recipeExample:
https://proiectia.bogdanflorea.ro/api/the-meal-db/recipe?idMeal=17
The example URL may not return an actual result
Inspect the actual values of the parameters returned by the first route or the sample data. |
View |