Closed danistark1 closed 3 years ago
@PascaleStark
@PascaleStark POST: http://192.168.4.10:8300/recipes
ex.
{
"name": "pizza",
"directions":"Preheat the oven to 325 degrees F (165 degrees C)#Generously butter a 9x13 inch baking dish, and coat with some of the bread crumbs. Place the zucchini into the pan, and distribute the cheeses evenly over the top.# In medium bowl, mix together the eggs, milk, salt, baking powder and flour. Spoon over the top of the casserole, and dot with butter. Sprinkle remaining bread crumbs over the top.Bake for 45 minutes in the preheated oven, or until the topping is cooked through. Pick up a piece of the topping and peek underneath to see if it is no longer gooey.",
"ingredients": "100 g tomatoes#200 tps salt#500 g cheese",
"category": "main_dish",
"cuisine": "italian"
}
@danistark1 Received!
POST
Post a recipe
Sample POST
Sample response
GetByName
GetWhere
ex. - http://192.168.4.10:8000/recipes/where?id=1
GetSearch
Delete
http://localhost:8000/recipes/delete/{recipeID}
PUT
http://localhost:8000/recipes/update/1
Get Category (Do we need this?)
I need to be able to get a list of categories
when adding a recipe, I have a drop-down that should have all the available categories.