Hacker News new | past | comments | ask | show | jobs | submit login

The protocol could be:

CREATE /xxx

READ /zzz

UPDATE /yyy

DELETE /abcd




Isn't it already supported by REST? CREATE: POST READ: GET (or QUERY if body is needed) UPDATE: PUT for full update, PATCH for partial update DELETE: DELETE


Should have SET, because CREATE implies error if anything already exists, but SET would override it


Why not create an RFC and start the process? :)




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: