choko icon indicating copy to clipboard operation
choko copied to clipboard

REST API best practices

Open recidive opened this issue 10 years ago • 4 comments

We need to assess our REST API and implement some best practices.

http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api

recidive avatar Aug 28 '14 20:08 recidive

Some other useful Links:

Status Codes:

http://www.restapitutorial.com/httpstatuscodes.html

Worst practices we need to get rid of if any:

http://jacobian.org/writing/rest-worst-practices/

URL design best practices:

http://blog.2partsmagic.com/restful-uri-design/

recidive avatar Oct 24 '14 22:10 recidive

:+1:

jardix22 avatar Oct 26 '14 16:10 jardix22

https://bourgeois.me/rest/

recidive avatar Nov 18 '14 12:11 recidive

It would be nice if we implement at least a subset of Swagger Specification 2.0:

https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md

recidive avatar Feb 13 '15 13:02 recidive