You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Service Oriented Design With Ruby
A couple of tools I usually use for quickly checking the response from
web services are: curl (on mac os x/linux - also available on Windows)
and fiddler2 on Windows. For those that don't know about these tools,
you might find them useful when working through examples in the SOD
book.
curl is a command-line based tool (see http://curl.haxx.se/) which
supports many protocols and can be used to perform CRUD operations
using HTTP verbs GET, POST, PUT, and DELETE like so: