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.
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.