chickenkyiv-free-menu-release
Last updated
Last updated
List of all created menus(with recipe Ids)
Method: GET Path: /api/menu/
Input: JSON with properties ... @TODO finish it
GET
Get menu by menu id
Method: GET Path: /api/menu/{menu_id}
Input: JSON with properties ...
GET
Get latest published menu(only one)
Method: GET Path: /api/menu/last
Input: JSON with properties ...
GET
Filter By Published Date: ASC/DESC
Method: GET Path: /menu/filter/date
Input: JSON with properties ...
Get Menu with all data inside
Method: GET Path: /menu/full
Input: JSON with properties ...
List with all created recipes
Method: GET Path: /api/recipe/
Input: JSON with properties ...
Get recipe by recipe id
Method: GET
Path: /api/recipe/{id}
Input: JSON with properties ...
Get recipe with all necessary data like ingredients. @TODO Later add stuff like allergies, etc.
Method: GET
Path: /api/recipe/{id}/full
Input: JSON with properties ...
Get Ingredients By Recipe id
Method: GET Path: recipe/{id}/list/ingredients
Input: JSON with properties ...
Recipes_Find not sure if i test this URL before
Method: GET
Path: /api/recipes/recipes_find
Input: JSON with properties ...
Get ingredients and display them in list view with directions and link to recipy by recipeId
Method: GET
Path: /api/grocery/menu?groceryId={groceryId}
Input: JSON with properties ...
Get Grocery List by Menu id
Method: GET Path: grocery/menu/{id}
Generate Login token
Get list with all created menus(with recipe Ids)
Get one menu by Id
Get only one latest published menu
Get list with all created recipes
Get one recipe by Id
Get recipe with all necessary data like ingredients.
Get ingredients and display them in list view with directions and link to recipy by recipeId
Filter By Published Date: ASC/DESC
grocery/menu/:id recipe/:id/list/ingredients
GET
GET
Method: POST Path: /api/customer/customer_login Input: JSON with properties ... will return a token
GET
GET
GET
GET
GET
GET
GET
GET
GET
will return a token