-
Notifications
You must be signed in to change notification settings - Fork 11
Stats
Paul Dilyard edited this page Apr 12, 2015
·
13 revisions
NOT YET IMPLEMENTED
GET /stats/registrations
HTTP/1.1 200 OK
{
"months": [
{
"name": String, // the name of the month
"count": Number // the number of registrations in that month
}
]
}GET /stats/shirts
HTTP/1.1 200 OK
{
"small": Number,
"medium": Number,
"large": Number,
"xlarge": Number
}