Connecting to web services using Rails (HTTP requests)?

前端 未结 6 1790
终归单人心
终归单人心 2021-02-06 10:45

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

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-06 11:29

    I'd recommend using Rails' ActiveResource for most cases. Failing that, httparty.

提交回复
热议问题