I've received feed back that it could be useful to know how many times requests have been received for a particular template.
E.g. by making a call such as
client.requests(template_id).count
The http service end point could be something like
Example Request
GET /requests/id/count
Example Response
HTTP Status: 200
Content-Type: application/json
Body: {count: 123}
This feature should be accompanied with some kind of reset capability so that the count/all counts can be reset.
estimate 5
I've received feed back that it could be useful to know how many times requests have been received for a particular template.
E.g. by making a call such as
The http service end point could be something like
Example Request
GET /requests/id/count
Example Response
HTTP Status: 200
Content-Type: application/json
Body: {count: 123}
This feature should be accompanied with some kind of reset capability so that the count/all counts can be reset.