Open a-x- opened 9 years ago
http HTTP://API.SHOUTCLOUD.IO/V1/SHOUT input='hello world'
As a negative side: prerequisite installation:
brew install httpie
vs:
curl -X POST \ -d '{"INPUT": "hello world"}' \ -H 'Content-Type: application/json' \ HTTP://API.SHOUTCLOUD.IO/V1/SHOUT { "INPUT":"hello world", "OUTPUT":"HELLO WORLD" }
httpie repo
As a negative side: prerequisite installation: