[ANN] rest-core 1.0.3 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.
You can also read some other topics at doc.
DESCRIPTION:
Modular Ruby clients interface for REST APIs
CHANGES:
rest-core 1.0.3 – 2012-08-15
Enhancement
- [Client]
client.head
now returns the headers instead of response body. It doesn’t make sense to return the response body, because there’s no such things in a HEAD request.
Bugs fixes
-
[Cache] The cache object you passed in would only need to respond to
[]
and[]=
. If the cache object accepts an:expires_in
option, then it must also respond tostore
, too. -
[Oauth1Header] Fixed a long standing bug that tilde (~) shouldn’t be escaped. Many thanks to @brucehsu for discovering this!
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.