Pear-Trading / Foodloop-Server

1 stars 0 forks source link

Use correct HTTP verbs #155

Open Rumperuu opened 3 years ago

Rumperuu commented 3 years ago

Currently POST is used for pretty much everything; this should be replaced with GET, PUT/PATCH or DELETE (or other, weirder verbs) where appropriate.

See also https://github.com/Pear-Trading/FoodLoop-Web/issues/137 and https://github.com/Pear-Trading/LocalSpend-Tracker/issues/14