-
Notifications
You must be signed in to change notification settings - Fork 44
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
Develop a REST API to create a counter service #1
Comments
rofrano
changed the title
Add simple hit counter api call
Develop a REST API to create a hit counter service
May 30, 2022
rofrano
changed the title
Develop a REST API to create a hit counter service
Develop a REST API to create a counter service
Jun 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a User
I need a way to create a counter
So that I can easily keep count of how many times something was done
Assumptions
/counters/<name>
Acceptance Criteria
The Results should look like this?
Where <name> is the number of name of the counter and <count> is the current count.
The text was updated successfully, but these errors were encountered: