arvados.git
2011-08-18 Bob AmanIntroduced the ability to pass in an API object instead...
2011-08-10 Bob AmanFixed a bug in the method definition closures.
2011-08-10 Bob AmanBasic structure of schema parsing complete.
2011-08-08 Bob AmanAdded method to expose API property descriptions.
2011-08-08 Bob AmanAdded support for API feature lists.
2011-08-05 Bob AmanAdding missing require.
2011-08-05 Bob AmanMoved dynamic method definitions into the APIObject...
2011-08-05 Bob AmanAdded default values.
2011-08-05 Bob AmanAdded API#schema_for_kind method to allow schema lookup...
2011-08-05 Bob AmanBetter way to handle automatic parsing using the schema...
2011-08-04 Bob AmanSeparated out the discovery classes into individual...
2011-08-02 Bob AmanMerge pull request #3 from robertkaplow/master
2011-08-02 Robert Kaplowread
2011-08-02 Robert Kaplowpatch
2011-08-02 Bob AmanFixed issue with header/options ambiguity.
2011-08-02 Bob AmanMerge pull request #2 from robertkaplow/master
2011-08-02 Bob AmanGem spec requires author to be supplied.
2011-08-02 Robert Kaplowadd prediction sample
2011-07-29 Bob AmanMajor update, primarily to add pagination support.
2011-05-21 Bob AmanFixed handling of expired access tokens.
2011-05-20 Bob AmanExcluding environment setup file from code coverage.
2011-05-20 Bob AmanUpdated to handle expiration of access tokens.
2011-05-20 Bob AmanFixed rcov exclude options.
2011-05-12 Bob AmanFixed another stray dependency.
2011-05-12 Bob AmanLowered requirements for json gem
2011-05-12 Bob AmanUpdated CHANGELOG.
2011-05-12 Bob AmanUpdated to use v1 of the discovery API.
2011-05-12 Bob AmanUpdated documentation on User-Agent.
2011-05-12 Bob AmanUpdated examples.
2011-05-04 Bob AmanFixed unnecessary dependency issue.
2011-05-04 Bob AmanAdded User-Agent improvements.
2011-05-04 Bob AmanA significant update of the client functionality.
2011-01-19 Bob AmanFixed extlib/activesupport conflict. Seriously people...
2011-01-06 Yaniv InbarAdd a very simple example for Google Buzz API
2011-01-05 Bob AmanCommand line client no longer checks for an exact match...
2011-01-05 Bob AmanAdded User-Agent header.
2010-11-04 Bob AmanIncrementing the version.
2010-10-22 Bob AmanUpdated install error message for rcov.
2010-10-22 Bob AmanAdded ability to update the base URI in services, resou...
2010-10-22 Bob AmanAdded option to support manually specified discovery...
2010-10-22 Bob AmanAdded support for xoauth_requestor_id.
2010-10-22 Bob AmanFixed version specifier.
2010-10-22 Bob AmanUpdated dependencies.
2010-10-22 Bob AmanAdded support for two-legged OAuth.
2010-10-22 Bob AmanMaking the commands line up in the --help screen.
2010-10-22 Bob AmanSignificant improvements to the CLI.
2010-10-20 Bob AmanRefactored CLI tool to be more maintainable.
2010-10-19 Bob AmanAdded redirect to buzz explore page.
2010-10-14 Bob AmanExcluding .rvm from code coverage.
2010-10-14 Bob AmanUpdating README with installation instructions.
2010-10-14 Bob AmanUpdating README with installation instructions.
2010-10-13 Bob AmanImproving the handling of missing dependencies.
2010-10-13 Bob AmanAdded rack dependency.
2010-10-13 Bob AmanFixed incompatibilities with Ruby 1.8.6
2010-10-13 Bob AmanAdded interactive session command.
2010-10-12 Bob AmanRSpec had a new major release. We're not ready to...
2010-10-12 Bob AmanFixing dependency issues.
2010-10-12 Bob AmanUpdating addressable dependency.
2010-10-12 Bob AmanUpdating CLI and explorer to match recent changes.
2010-10-12 Bob AmanAdded check for major.minor.tiny version format.
2010-10-12 Bob AmanUpdated version sorting code and added authorization...
2010-10-12 Bob AmanUpdated to handle content types correctly.
2010-10-12 Bob AmanFirst pass at CLI for Ruby client.
2010-10-09 Bob AmanAdded Sinatra API explorer example app.
2010-10-09 Bob AmanFixed issue with invalid type checking.
2010-10-07 Bob AmanExtra indentation removed.
2010-10-07 Bob AmanWhoops, example was on the wrong method.
2010-10-07 Bob AmanAdded example to Service#to_h method.
2010-10-07 Bob AmanBroke the examples in the README up a bit to be less...
2010-10-07 Bob AmanFixed example in README.
2010-10-07 Bob AmanAdded example for generating request.
2010-10-07 Bob AmanUpdated example.
2010-10-07 Bob AmanFinished documentation.
2010-10-05 Bob AmanFixed minor error in YARD documentation format.
2010-10-05 Bob AmanRemoved :nodoc: directives, as they are not understood...
2010-10-05 Bob AmanAdded documentation to the remainder of the API client...
2010-09-30 Bob AmanImproving testing and coverage.
2010-09-30 Bob AmanImproving testing and coverage.
2010-09-30 Bob AmanImproving testing and coverage.
2010-09-28 Bob AmanImproved coverage in tests and fixed a URI join bug.
2010-09-18 Bob AmanReorganized some of the code and removed unnecessary...
2010-09-16 Bob AmanSigned requests can now be generated and transmitted...
2010-09-16 Bob AmanURI template expansion works.
2010-09-14 Matt Pokrzywaskeleton for api request/respone abstraction
2010-09-13 bobaman@google.comUpdated to use Signet.
2010-09-13 bobaman@google.comRemoved unneeded code.
2010-09-13 bobaman@google.comUpdating dependencies.
2010-09-13 bobaman@google.comRemoving transport and OAuth code that is no longer...
2010-08-24 bobaman@google.comMade the builder more flexible by adding a callback...
2010-08-24 bobaman@google.comAdded a request proxy for our HTTP request representations.
2010-08-24 bobaman@google.comAdded a rudimentary implementation of a MethodBuilder.
2010-08-24 mattpok@google.comadded more json parser tests
2010-08-23 mattpok@google.comadded basic json parser support and tests
2010-08-19 bobaman@google.comInitial implementation of HTTP.
2010-08-19 bobaman@google.comUpdating error messages to match.
2010-08-18 mattpok@google.comadd more comprehensive unit tests for transport parser...
2010-08-18 mattpok@google.comadded basic rspec for transport and fix imports in...
2010-08-18 mattpok@google.comadd parser configuration to http transport, will add...
2010-08-18 mattpok@google.comadded json parsing skeleton
2010-08-17 bobaman@google.comAdded check to make sure Rcov is installed.
next