|
|
|
|
|
by endymi0n
4103 days ago
|
|
related: http://evertpot.com/dropbox-post-api/ Basically everything about the status quo is messed up. JSON into parameters: bad. JSON into request body: undefined with the GET method. JSON into request body with POST: great, but we're not actually mutating anything, so it's bad practice and won't be cached by varnish/nginx + a barrage of other problems. I really wish someone would take up on http://www.ietf.org/rfc/rfc3253 - like REPORT as an analogue to GET, just with a JSON request body. Hey, we as a community finally managed to get PUT and PATCH on track, why not this one? |
|