Y
Hacker News
new
|
ask
|
show
|
jobs
by
ezekg
3009 days ago
Curious--why are you reimplenting HTTP methods? Why not just use POST, PUT, GET and DELETE instead of a custom method query param?
1 comments
anonfunction
3008 days ago
One reason is it's a lot easier to demo in person because you just need a browser. I wouldn't design any serious API with query params but I can understand the appeal.
link