mirage icon indicating copy to clipboard operation
mirage copied to clipboard

Request count

Open lashd opened this issue 8 years ago • 0 comments

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

lashd avatar Nov 07 '17 18:11 lashd