[ANN] rest-core 0.8.1 released
rest-core
by Cardinal Blue http://cardinalblue.com
Lin Jen-Shin (godfat) had given a talk about rest-core on RubyConf Taiwan 2011. The slide is in English, but the talk is in Mandarin.
DESCRIPTION:
Modular Ruby clients interface for REST APIs
CHANGES:
rest-core 0.8.1 – 2012-02-09
Enhancement
- [Wrapper] Introducing
Wrapper.default_app
(alsoBuilder.default_app
) which you can change the default app fromRestClient
to other HTTP clients.
Bugs fixes
-
[OAuth1Header] Correctly handle the signature when it comes to multipart requests.
-
[ErrorDetectorHttp] Fixed argument error upon calling
lighten
for clients using this middleware. (e.g. rest-more’s Twitter client)
INSTALLATION:
gem install rest-core
Or if you want development version, put this in Gemfile:
gem 'rest-core', :git => 'git://github.com/cardinalblue/rest-core.git',
:submodules => true
If you just want to use Facebook or Twitter clients, please take a look at rest-more which has a lot of clients built with rest-core.
0 retries:
Post a Comment
Note: Only a member of this blog may post a comment.