Thanks to visit codestin.com Credit goes to github.com
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 314a840 commit 6308e93Copy full SHA for 6308e93
week3/MAKEME.md
@@ -16,5 +16,7 @@ Take care of the following:
16
17
- All requests that need a body should be in JSON, and follow the request structure of the other actions
18
- All responses should be in JSON, and follow the response structure of the other actions
19
+- Follow the anatomy of the project
20
+- Make your code DRY (see https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)
21
- Follow the REST design principles: use the proper method, response status codes, and consistent URL paths
22
- Test your API using Postman
0 commit comments