Skip to content

Commit

Permalink
Add Links section
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Manovich committed Nov 15, 2020
1 parent b317f82 commit 9ebc264
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/rest_api_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ by `/jobs?task=:id2` in the future_.
- Versioning our APIs (e.g. `/api/v1`, `/api/v2`). It should be done when you
delete an endpoint or modify its behaviors.

Link: [Best practices for REST API design](https://stackoverflow.blog/2020/03/02/best-practices-for-rest-api-design/)
Link: [Flat vs. nested resources](https://stackoverflow.com/questions/20951419/what-are-best-practices-for-rest-nested-resources)
## Links
- [Best practices for REST API design](https://stackoverflow.blog/2020/03/02/best-practices-for-rest-api-design/)
- [Flat vs. nested resources](https://stackoverflow.com/questions/20951419/what-are-best-practices-for-rest-nested-resources)

0 comments on commit 9ebc264

Please sign in to comment.