新手问题 rails 中做 http 客户端获取其它服务数据

as181920 · January 09, 2013 · Last by as181920 replied at January 09, 2013 · 2650 hits

如果我想获取别人通过 http 接口提供的服务,

在 rails 中用什么样的客户端来获取比较好,用 ruby 自带的 require "net/http",似乎效率什么没有优化。 在 ruby-toolbox 上看了 http client,主要是 rest-client 和 httparty 等

大家有什么推荐和 idea,我没时间一个个去分析选择哈。

#1 楼 @fresh_fish 先用上了 httparty,还挺方便,我暂时还不需要高级功能和配置

You need to Sign in before reply, if you don't have an account, please Sign up first.