Skip to content

Request count #28

@lashd

Description

@lashd

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions