OpenHumans/quantified-flu

Expose symptom report lists & JSON endpoints

Closed this issue · 1 comments

PR #19 introduced HTML & JSON endpoints at

/report/list/user/{user_id}
/report/list/user/{user_id}.json
/report/list.json

These are currently not linked anywhere from the website. Should link to the public data ones from an appropriate point on the public data site.

Was handled by one of the earlier PRs, and now fully realized with #34 - #38