-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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).countThe 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