Revert "Revert to c1b2988eb0 (Merge branch 'hotfix/0.3.5')"

This reverts commit 1cc9c6127c.
This commit is contained in:
Jason Calabrese
2014-08-31 00:04:11 -07:00
parent 1cc9c6127c
commit 0404905e53
35 changed files with 876 additions and 174 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
curl -H "Content-Type: application/json" -XPOST 'http://localhost:1337/api/v1/treatments/' -d '{
"enteredBy": "Dad",
"eventType":"Site Change",
"glucoseValue": 322,
"glucoseType": "sensor",
"carbsGiven": 0,
"insulinGiven": 1.25,
"notes": "Argh..."
}'