We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dbf52 commit 8cfcb25Copy full SHA for 8cfcb25
lab/test_counter.py
@@ -5,6 +5,7 @@
5
- The API must be RESTful.
6
- The endpoint must be called `/counters`.
7
- When creating a counter, you must specify the name in the path.
8
+- The data returned should be this {"name":"some_name", "counter:0}
9
- Duplicate names must return a 409 conflict error code.
10
- The service must be able to update a counter by name.
11
- The service must be able to get a counter's current value.
0 commit comments