Go to file
bobaman@google.com e4b6f8528e Updated OAuth to actually perform authorization stuff.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@8 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2010-08-12 01:07:35 +00:00
lib/google Updated OAuth to actually perform authorization stuff. 2010-08-12 01:07:35 +00:00
spec Updated OAuth to actually perform authorization stuff. 2010-08-12 01:07:35 +00:00
tasks Updated OAuth to actually perform authorization stuff. 2010-08-12 01:07:35 +00:00
.gitignore Basic project skeleton. 2010-07-28 19:30:56 +00:00
CHANGELOG Basic project skeleton. 2010-07-28 19:30:56 +00:00
LICENSE Basic project skeleton. 2010-07-28 19:30:56 +00:00
README Basic project skeleton. 2010-07-28 19:30:56 +00:00
Rakefile Basic project skeleton. 2010-07-28 19:30:56 +00:00

README

== APIClient

Homepage::  google-api-ruby-client[http://code.google.com/p/google-api-ruby-client/]
Authors::   Bob Aman (mailto:bobaman@google.com), Matt Pokrzywa (mailto:mattpok@google.com)
Copyright:: Copyright 2010 Google Inc.
License::   Apache 2.0

== Description

The Google API Ruby Client makes it trivial to discover and access supported APIs.

== Features

* A feature list goes here.

== Example Usage

  # Some code goes here.

== Requirements

* APIClient has no dependencies.

== Install

* sudo gem install google-api-client