issues
search
rrabinovitch
/
rails_engine_rr
ReST API for sales data
0
stars
0
forks
source link
API Endpoint guidelines:
#2
Open
rrabinovitch
opened
4 years ago
rrabinovitch
commented
4 years ago
[ ] All endpoints should be fully tested. The Rails Driver Spec Harness is not a substitute for writing your own tests.
[ ] All endpoints will expect to return JSON data
[ ] All endpoints should be exposed under an api and version (v1) namespace (e.g. /api/v1/merchants)
[ ] API will be compliant to the JSON API spec
[ ] Controller actions should be limited to only the standard Rails actions
[ ]
note to self
: test each endpoint in Postman
rrabinovitch
commented
4 years ago