Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to use multiple counters #9

Open
rofrano opened this issue Sep 21, 2016 · 0 comments
Open

Add the ability to use multiple counters #9

rofrano opened this issue Sep 21, 2016 · 0 comments

Comments

@rofrano
Copy link
Collaborator

rofrano commented Sep 21, 2016

As a User
I need the ability to create multiple hit counters
So that I can keep track of multiple things

Assumptions:

  • The name of the counter to use should be pass in by the user
  • A call to GET /counters should list all counters
  • A call to GET /counters/foo will operate on the foo counter

Acceptance Criteria:

When I call GET /counters
I should see a list of counters as a JSON string
When I call GET /counters/foo
I should get the current counter value for the foo counter
When I call POST /counters/foo
It should increment the foo counter and return he current value

@rofrano rofrano added Epic and removed Epic labels Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant