Y
Hacker News
new
|
ask
|
show
|
jobs
by
de_dave
3939 days ago
I'd like to see a method-neutral version of
/get
,
/post
,
/patch
et al - i.e. one that responds no matter what HTTP method is passed.
The response would then include
"method": "BLAH"
k/v indicating the method that was used.
1 comments
johns
3939 days ago
try
https://yourapihere.com
:) (all other endpoints are the same as httpbin)
link
de_dave
3938 days ago
Just what I was after! Thanks :)
link