giv2giv / giv2giv-rails

giv2giv.org API and models using Rails 3.2
https://api.giv2giv.org
MIT License
3 stars 8 forks source link

Response code and naming inconsistency - Grape? #103

Open michaelblinn opened 10 years ago

michaelblinn commented 10 years ago

The API is a inconsistent in terms of response codes (e.g. getting 200 instead of 201 when something is created, getting 400 instead of a 404 when something is not found) as well as naming. Consider using something like Grape to make it more consistent.

michaelblinn commented 10 years ago

Unless Grape can help test consistency, I don't see this as an MVP issue.

Moving to 'Future functionality'