meal planning
Generate Shopping List
Generate the shopping list for a user from the meal planner in a given time frame.
post/mealplanner/{username}/shopping-list/{start-date}/{end-date}
Path parameters
usernamestring required
Example:dsky
The username.
start-datestring required
Example:2020-06-01
The start date in the format yyyy-mm-dd.
end-datestring required
Example:2020-06-07
The end date in the format yyyy-mm-dd.
Query parameters
hashstring required
The private hash for the username.
Response
Success