feat: added notes to drafts

This commit is contained in:
Leyla Becker 2026-02-17 23:21:41 -06:00
parent c807832724
commit 30e6abdd33
15 changed files with 61 additions and 5 deletions

View file

@ -2,3 +2,4 @@
- Use your HTTP methods correctly
- use path params for mandatory primitives, query params for optional ones, and bodies for everything else
- stop making objects with dynamic keys
- REST isn't JSON api's learn what representative state transfer means (its just functional programming but split over multiple machines)