Commit Graph

22 Commits

Author SHA1 Message Date
Bob Aman b08b19e8c3 Fixed references in the build files to the new README files. 2011-10-11 14:55:19 +03:00
Bob Aman 88e123ddf7 Markdown formatting fixes. 2011-10-06 12:04:10 +03:00
Bob Aman 63ef7350ec Markdown formatting fixes. 2011-10-06 11:58:06 +03:00
Bob Aman 8068cd1900 Fixed some Markdown formatting and moved the Buzz README to the correct location. 2011-10-06 11:53:53 +03:00
Bob Aman 589d3e8ccb Updated READMEs to use Markdown format. 2011-10-06 11:49:11 +03:00
Bob Aman 03fb777e1d Moved data for prediction sample app into its own directory. 2011-10-06 11:41:53 +03:00
Bob Aman fd7ec30674 Renamed READMEs. 2011-10-06 11:41:41 +03:00
Bob Aman b3dabec63a Moved Buzz example into its own directory for consistency. 2011-10-06 11:35:45 +03:00
Jennifer Murphy 10d63d385e Simplified Buzz sample app
Added README for Buzz sample app
2011-09-06 18:48:29 -07:00
Robert Kaplow 320b049354 read 2011-08-02 17:06:06 -04:00
Robert Kaplow 3affee9bc0 patch 2011-08-02 16:26:51 -04:00
Robert Kaplow 9682ef3971 add prediction sample 2011-08-02 12:44:56 -04:00
Bob Aman f336ab34a7 Major update, primarily to add pagination support.
* Added Reference objects to encapsulate API calls.
* Added Result objects to encapsulate API responses.
* Changed the return value of APIClient#execute to Result.
* Changed the method signature of APIClient#execute to support named params.
* Added APIClient#execute! which throws exceptions on error.
* Added automatic parsing code to better allow for complex nested structures.
* Added error parser.
* Added module for pagination in parsers.
2011-07-29 18:07:04 -04:00
Bob Aman a656c13862 Fixed handling of expired access tokens.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@163 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-05-21 00:05:05 +00:00
Bob Aman ccade868a9 Updated to handle expiration of access tokens.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@160 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-05-20 23:39:42 +00:00
Bob Aman d91ddd752f Updated examples.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@153 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-05-12 17:12:09 +00:00
Bob Aman 286a7152f2 A significant update of the client functionality.
* updated to use v0.3 of the discovery API
* updated to use httpadapter 1.0.0
* added OAuth 2 support to the command line tool
* renamed some switches in the command line tool
* added additional configuration capabilities

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@128 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-05-04 11:44:35 +00:00
Yaniv Inbar b9dddedc96 Add a very simple example for Google Buzz API
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@109 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2011-01-06 14:49:58 +00:00
Bob Aman 7a343496ac Added redirect to buzz explore page.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@88 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2010-10-19 21:23:57 +00:00
Bob Aman 9114d45e53 Improving the handling of missing dependencies.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@75 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2010-10-13 21:28:58 +00:00
Bob Aman be265da6d4 Updating CLI and explorer to match recent changes.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@65 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2010-10-12 23:07:36 +00:00
Bob Aman 4b7fd4490c Added Sinatra API explorer example app.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@52 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
2010-10-09 02:41:47 +00:00