Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rvnx
9 months ago
|
parent
|
context
|
favorite
| on:
Curl is just the hobby
The protocol could be:
CREATE /xxx
READ /zzz
UPDATE /yyy
DELETE /abcd
maple3142
9 months ago
|
next
[–]
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
dgan
9 months ago
|
prev
|
next
[–]
Should have SET, because CREATE implies error if anything already exists, but SET would override it
bayindirh
9 months ago
|
prev
[–]
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:
CREATE /xxx
READ /zzz
UPDATE /yyy
DELETE /abcd