rest-core https://github.com/cardinalblue/rest-core
by Cardinal Blue http://cardinalblue.com
DESCRIPTION:
Modular Ruby clients interface for REST APIs
There has been an explosion in the number of REST APIs available
today.
To address the need for a way to access these APIs easily and
elegantly,
we have developed rest-core, which consists of composable
middleware
that allows you to build a REST client for any REST API. Or in the
case of
common APIs such as Facebook, Github, and Twitter, you can simply use
the
dedicated clients provided by rest-more.
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.
CHANGES:
rest-core 0.7.0 – 2011-10-08
IMPORTANT CHANGE!
From now on, prebuilt clients such as RC::Facebook
, RC::Twitter
and
others are moved to rest-more. Since bundler didn’t like cyclic
dependency, so rest-core is not depending on rest-more. Please install
rest-more if you want to use them.