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 think one of the best solutions out there is the Her gem. It encapsulates restful requests providing objects with active-record like behavior.