Commit Graph

  • b8bd8e3964 Added support for API feature lists. Bob Aman 2011-08-08 17:23:59 -0400
  • 547034d1e3 Adding missing require. Bob Aman 2011-08-05 17:00:36 -0400
  • 75ee556a99 Moved dynamic method definitions into the APIObject class. Bob Aman 2011-08-05 16:55:40 -0400
  • 960796d23d Added default values. Bob Aman 2011-08-05 14:44:29 -0400
  • 13d590631b Added API#schema_for_kind method to allow schema lookups by kind. Bob Aman 2011-08-05 14:43:56 -0400
  • 1fa3fb25d9 Better way to handle automatic parsing using the schemas in the discovery document. Bob Aman 2011-08-04 23:36:36 -0400
  • b4745890f5 Separated out the discovery classes into individual files. Bob Aman 2011-08-04 18:32:00 -0400
  • fea9f00597 Merge pull request #3 from robertkaplow/master Bob Aman 2011-08-02 14:15:09 -0700
  • 320b049354 read Robert Kaplow 2011-08-02 17:06:06 -0400
  • 3affee9bc0 patch Robert Kaplow 2011-08-02 16:26:51 -0400
  • 0d2cbe26df Fixed issue with header/options ambiguity. Bob Aman 2011-08-02 16:20:54 -0400
  • a281c1bcf5 Merge pull request #2 from robertkaplow/master Bob Aman 2011-08-02 11:49:20 -0700
  • aae60143cb Gem spec requires author to be supplied. Bob Aman 2011-08-02 14:39:46 -0400
  • 9682ef3971 add prediction sample Robert Kaplow 2011-08-02 12:44:56 -0400
  • f336ab34a7 Major update, primarily to add pagination support. Bob Aman 2011-07-29 18:07:04 -0400
  • a656c13862 Fixed handling of expired access tokens. Bob Aman 2011-05-21 00:05:05 +0000
  • af87738e06 Excluding environment setup file from code coverage. Bob Aman 2011-05-20 23:39:47 +0000
  • ccade868a9 Updated to handle expiration of access tokens. Bob Aman 2011-05-20 23:39:42 +0000
  • f962346722 Fixed rcov exclude options. Bob Aman 2011-05-20 23:12:44 +0000
  • 029b296f25 Fixed another stray dependency. Bob Aman 2011-05-12 20:27:41 +0000
  • c7e96763c7 Lowered requirements for json gem Bob Aman 2011-05-12 20:23:18 +0000
  • ee64afa019 Updated CHANGELOG. Bob Aman 2011-05-12 20:23:12 +0000
  • ef2abc0493 Updated to use v1 of the discovery API. Bob Aman 2011-05-12 20:14:15 +0000
  • 7d370c6d10 Updated documentation on User-Agent. Bob Aman 2011-05-12 17:12:15 +0000
  • d91ddd752f Updated examples. Bob Aman 2011-05-12 17:12:09 +0000
  • eb78080080 Fixed unnecessary dependency issue. Bob Aman 2011-05-04 22:43:52 +0000
  • 4d56bb8b1b Added User-Agent improvements. Bob Aman 2011-05-04 22:43:33 +0000
  • 286a7152f2 A significant update of the client functionality. Bob Aman 2011-05-04 11:44:35 +0000
  • 1dee705828 Fixed extlib/activesupport conflict. Seriously people, thou shalt not monkey-patch! Bob Aman 2011-01-19 23:41:37 +0000
  • b9dddedc96 Add a very simple example for Google Buzz API Yaniv Inbar 2011-01-06 14:49:58 +0000
  • b4c37949dc Command line client no longer checks for an exact match on the buzz scopes. Bob Aman 2011-01-05 01:09:57 +0000
  • 0b49c3fd2e Added User-Agent header. Bob Aman 2011-01-05 01:09:52 +0000
  • 76fe65a650 Incrementing the version. Bob Aman 2010-11-04 20:00:03 +0000
  • 9af308a5f8 Updated install error message for rcov. Bob Aman 2010-10-22 23:11:59 +0000
  • 38f5bc5baf Added ability to update the base URI in services, resources, and methods. Bob Aman 2010-10-22 22:56:01 +0000
  • f63bf8199f Added option to support manually specified discovery URI. Bob Aman 2010-10-22 22:21:26 +0000
  • b0846efa4a Added support for xoauth_requestor_id. Bob Aman 2010-10-22 19:15:05 +0000
  • d6ed864b0a Fixed version specifier. Bob Aman 2010-10-22 17:15:22 +0000
  • 316f1c6bd4 Updated dependencies. Bob Aman 2010-10-22 17:14:02 +0000
  • 20eff1df7d Added support for two-legged OAuth. Bob Aman 2010-10-22 00:36:23 +0000
  • d346426d4d Making the commands line up in the --help screen. Bob Aman 2010-10-22 00:36:20 +0000
  • 00eb093580 Significant improvements to the CLI. Bob Aman 2010-10-22 00:36:15 +0000
  • 0986b4e64f Refactored CLI tool to be more maintainable. Bob Aman 2010-10-20 23:49:15 +0000
  • 7a343496ac Added redirect to buzz explore page. Bob Aman 2010-10-19 21:23:57 +0000
  • 2140cbf244 Excluding .rvm from code coverage. Bob Aman 2010-10-14 00:15:52 +0000
  • 0246ecf1f5 Updating README with installation instructions. Bob Aman 2010-10-14 00:05:32 +0000
  • c3ad4f3498 Updating README with installation instructions. Bob Aman 2010-10-14 00:04:36 +0000
  • 9114d45e53 Improving the handling of missing dependencies. Bob Aman 2010-10-13 21:28:58 +0000
  • f92c552460 Added rack dependency. Bob Aman 2010-10-13 21:17:16 +0000
  • 5572a73fdf Fixed incompatibilities with Ruby 1.8.6 Bob Aman 2010-10-13 21:16:07 +0000
  • 61fc497f2c Added interactive session command. Bob Aman 2010-10-13 00:57:04 +0000
  • 3eb108acc9 RSpec had a new major release. We're not ready to upgrade yet. Bob Aman 2010-10-12 23:40:25 +0000
  • 6b9c146ebc Fixing dependency issues. Bob Aman 2010-10-12 23:26:41 +0000
  • 73002ccc14 Updating addressable dependency. Bob Aman 2010-10-12 23:07:40 +0000
  • be265da6d4 Updating CLI and explorer to match recent changes. Bob Aman 2010-10-12 23:07:36 +0000
  • ecf330f177 Added check for major.minor.tiny version format. Bob Aman 2010-10-12 20:41:14 +0000
  • 3bd7056e86 Updated version sorting code and added authorization shortcuts. Bob Aman 2010-10-12 20:39:09 +0000
  • c183d6ddfd Updated to handle content types correctly. Bob Aman 2010-10-12 02:09:14 +0000
  • 733655684a First pass at CLI for Ruby client. Bob Aman 2010-10-12 01:53:40 +0000
  • 4b7fd4490c Added Sinatra API explorer example app. Bob Aman 2010-10-09 02:41:47 +0000
  • e50442091c Fixed issue with invalid type checking. Bob Aman 2010-10-09 02:41:38 +0000
  • 638f8a810c Extra indentation removed. Bob Aman 2010-10-07 22:44:14 +0000
  • 35d35f49ed Whoops, example was on the wrong method. Bob Aman 2010-10-07 22:38:51 +0000
  • 3fe9fec711 Added example to Service#to_h method. Bob Aman 2010-10-07 22:37:57 +0000
  • 793e983fbe Broke the examples in the README up a bit to be less intimidating. Bob Aman 2010-10-07 22:36:02 +0000
  • ddc49fdd2b Fixed example in README. Bob Aman 2010-10-07 22:12:38 +0000
  • c67444734d Added example for generating request. Bob Aman 2010-10-07 22:12:34 +0000
  • de394a55c6 Updated example. Bob Aman 2010-10-07 22:12:27 +0000
  • e26ebaf981 Finished documentation. Bob Aman 2010-10-07 00:02:22 +0000
  • 82d480e924 Fixed minor error in YARD documentation format. Bob Aman 2010-10-05 23:50:27 +0000
  • 61c4c034b4 Removed :nodoc: directives, as they are not understood by YARD. Bob Aman 2010-10-05 23:49:00 +0000
  • a6e80cbb88 Added documentation to the remainder of the API client methods. Bob Aman 2010-10-05 23:46:43 +0000
  • 99529740bc Improving testing and coverage. Bob Aman 2010-09-30 21:57:13 +0000
  • c7ba3a5df0 Improving testing and coverage. Bob Aman 2010-09-30 21:46:08 +0000
  • 7e48c8913c Improving testing and coverage. Bob Aman 2010-09-30 21:33:23 +0000
  • bbcc946f33 Improved coverage in tests and fixed a URI join bug. Bob Aman 2010-09-28 23:09:07 +0000
  • f96412cf23 Reorganized some of the code and removed unnecessary stuff. Bob Aman 2010-09-18 00:30:02 +0000
  • 3a9d58108a Signed requests can now be generated and transmitted by the client. Bob Aman 2010-09-16 23:40:08 +0000
  • f462322be5 URI template expansion works. Bob Aman 2010-09-16 19:12:52 +0000
  • bbe6cec303 skeleton for api request/respone abstraction Matt Pokrzywa 2010-09-14 03:39:23 +0000
  • 719e576051 Updated to use Signet. bobaman@google.com 2010-09-13 21:54:43 +0000
  • 4787954779 Removed unneeded code. bobaman@google.com 2010-09-13 21:54:35 +0000
  • 5cdee47aba Updating dependencies. bobaman@google.com 2010-09-13 21:54:26 +0000
  • 9d68bf115c Removing transport and OAuth code that is no longer needed. bobaman@google.com 2010-09-13 21:54:18 +0000
  • 541054e88d Made the builder more flexible by adding a callback parameter. bobaman@google.com 2010-08-24 21:59:53 +0000
  • 5b71f47a4d Added a request proxy for our HTTP request representations. bobaman@google.com 2010-08-24 21:26:21 +0000
  • d61916b110 Added a rudimentary implementation of a MethodBuilder. bobaman@google.com 2010-08-24 21:26:12 +0000
  • 003b046116 added more json parser tests mattpok@google.com 2010-08-24 19:22:53 +0000
  • 1b232831c4 added basic json parser support and tests mattpok@google.com 2010-08-23 22:07:50 +0000
  • bc844db311 Initial implementation of HTTP. bobaman@google.com 2010-08-19 23:21:45 +0000
  • a9523bca32 Updating error messages to match. bobaman@google.com 2010-08-19 23:21:18 +0000
  • 831ee13c3a add more comprehensive unit tests for transport parser config mattpok@google.com 2010-08-18 22:41:24 +0000
  • 139302fd5e added basic rspec for transport and fix imports in transport class mattpok@google.com 2010-08-18 22:18:21 +0000
  • e88fdbfef6 add parser configuration to http transport, will add tests next commit mattpok@google.com 2010-08-18 21:39:44 +0000
  • 89b0e1c31a added json parsing skeleton mattpok@google.com 2010-08-18 20:29:18 +0000
  • a22a8338f2 Added check to make sure Rcov is installed. bobaman@google.com 2010-08-17 22:09:41 +0000
  • e6ba0f6860 Updating code to consistent coding style. bobaman@google.com 2010-08-17 01:21:17 +0000
  • 6331247e7a Added some tests for determining the discovery document URI. bobaman@google.com 2010-08-14 01:35:51 +0000
  • 31132ffbb9 Added some tests for determining the discovery document URI. bobaman@google.com 2010-08-14 01:35:06 +0000
  • 63783453e6 Added brief documentation to the handler classes. bobaman@google.com 2010-08-14 01:28:57 +0000