Closed pepijnvanleeuwen closed 8 years ago
GET /count should return the following information for current user:
GET /count
/actions
/conditions
/devices
/logs
GET /count/:endpoint should return the count for that specific endpoint. POST, PUT and DELETE are not allowed.
GET /count/:endpoint
POST
PUT
DELETE
1 if available.
GET /count
should return the following information for current user:/actions
/conditions
/devices
/logs
GET /count/:endpoint
should return the count for that specific endpoint.POST
,PUT
andDELETE
are not allowed.1 if available.