Skip to content

Free Menu Logic

Latest
Compare
Choose a tag to compare
@atherdon atherdon released this 23 Jun 16:52
· 509 commits to master since this release

Free Menu Release:

GET http://localhost:3000/api/menu?access_token=%token%
Get list with all created menus(with recipe Ids)

GET http://localhost:3000/api/menu/593ac56c2c941720bc3091b1?access_token=%token%
Get one menu by Id

GET http://localhost:3000/api/menu/last?access_token=%token%
Get only one latest published menu

GET http://localhost:3000/api/recipe?access_token=%token%
Get list with all created recipes

GET http://localhost:3000/api/recipe/593abe383199170e50a5272d?access_token=%token%
Get one recipe by Id

GET recipe/:id/full
Get recipe with all necessary data like ingredients. @todo Later add stuff like allergies, etc.

GET http://localhost:3000/api/grocery/menu?groceryId=594d45227741a0312874c465&access_token=%token%
Get ingredients and display them in list view with directions and link to recipy by recipeId

Filter By Published Date: ASC/DESC