Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 954 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 954 Bytes

Code Climate

Glucosio has moved to Gitlab! Visit our project repos on Gitlab

glucosio-api

Glucosio's API for Diabetes Research

api endpoint

http://api.glucosio.org/v1/readings

method

POST

example JSON array

(Content-Type: application/json)

{"readings":
  [
   {"value":70, "created_at": "2016-01-08:07:50:10", "user_id":123, "readingtype_id": 1},
   {"value":99, "created_at": "2016-01-08:09:45:03", "user_id":123, "readingtype_id": 2},
   {"value":90, "created_at": "2016-01-08:12:05:38", "user_id":123, "readingtype_id": 3}
  ]
}

reading types

id reading type
0 other
1 before breakfast
2 after breakfast
3 before lunch
4 after lunch
5 before dinner
6 after dinner
7 night