The GoogleApis Ruby Gem
Provides client libraries for Google APIs
Installation
Add this line to your application's Gemfile:
gem 'google_apis'
And then execute:
$ bundle
Or install it yourself as:
$ gem install google_apis
Basic Usage
To make a request, you need to construct a service client, for example with Freebase (http://www.freebase.com)
freebase = GoogleAPIS::Freebase.new
freebase = GoogleAPIS.freebase # helper method returns a new client
Contributing
- Fork it ( http://github.com/zywx/google_apis/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request



