Open everycook opened 9 years ago
rec means recipe ing means ingredient
To make it easier (if it makes it easier), the steps should just be sent as strings for the moment without any other step data, etc. The step data is anyways not finalized yet.
first version done. url is api/recipeDetail
possible parameters are currently:
On current version it returns the Action_in Descriptions. (co_in has not yet a effect)
A full url example link would be helpful, thx
produces an error on test
the calorie changed works for the quantities in the recipe steps but not in the ingredient list. And please round the quantities to 1g. 3.023486654504 g ist difficult to measure ;-)
calculating on ingredient list now work also (once again) both rounded mathematical to 0 decimal places
to see the recipe details we have the keywords:
the reply should include:
an array of several items:
a second array with:
We want to include in every api call:
We allow only read access by now, to void conflicts. later we want write access to some parts and have to ckeck if the token is safe enough for this if we have ssl active