aretherecookies-server/sample-food-item-post.json
Bart Akeley bcb7699a7e quantity endpoint
inserts a new quantity into the quantities table and returns what it created - timestamp is generated at the SQL level
2017-11-26 19:46:55 -06:00

9 lines
164 B
JSON

{
"lat": 30.3033267,
"lng": -97.7286718,
"filter": {
"orderby": "distance",
"radius": 10,
"categories": ["desserts", "beverages", "entrees", "other"]
}
}