I am using Ruby on Rails 3 and I am trying to implement APIs to retrieve account information from a web service. That is, I would like to connect to a web service that has the A
I'd recommend using Rails' ActiveResource for most cases. Failing that, httparty.