feat: moved posts into draft files

This commit is contained in:
Leyla Becker 2026-02-11 21:32:47 -06:00
parent 03b22a9a36
commit a035c08249
30 changed files with 172 additions and 163 deletions

View file

@ -0,0 +1,4 @@
- I am tired of poorly built API's
- 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