HTTPARTY(1) | User Commands | HTTPARTY(1) |
httparty - query web services and examine the resulting output
`httparty' is a command-line tool to query query web services and examine the resulting output. By default it will output the response as a pretty-printed Ruby object (useful for grokking the structure of output). This can also be overridden to output formatted XML or JSON.
httparty [options] [url]
httparty "http://twitter.com/statuses/public_timeline.json"
November 2020 | ruby 0.18.1 |