且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

获得on Rails的3个应用程序在Ruby开始使用Web服务

更新时间:2023-02-16 15:07:27

的pretty大风扇HTTParty

这是对的Net :: HTTP之上的抽象层为使用Web服务一个可爱的小DSL。 这里的是多么易于使用的一个很好的例子。

It's an abstraction layer on top of Net::HTTP with a nice little DSL for consuming web services. Here's a good example of how easy it is to use.

这不是没有一些疣(大量依赖的),但它确实,如果你在消费方的路要走。

It's not without some warts (lots of dependencies) but it's really the way to go if you're on the consuming side.