participateapp / api

API backing Participate!, an app for democratic proposal-making
MIT License
1 stars 0 forks source link

Simplify support toggling #42

Open oliverbarnes opened 7 years ago

oliverbarnes commented 7 years ago

Instead of POST /supports and DELETE /proposals/:id/support, let's use a PATCH /proposals/:id updating the supported-by-me proposal attribute, handling the support entity creation/deletion behind the scenes