read
[arvados.git] / lib /
2011-07-29 Bob AmanMajor update, primarily to add pagination support.
2011-05-12 Bob AmanUpdated to use v1 of the discovery API.
2011-05-12 Bob AmanUpdated documentation on User-Agent.
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-05 Bob AmanAdded User-Agent header.
2010-11-04 Bob AmanIncrementing the version.
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 AmanUpdated dependencies.
2010-10-22 Bob AmanAdded support for two-legged OAuth.
2010-10-22 Bob AmanSignificant improvements to the CLI.
2010-10-20 Bob AmanRefactored CLI tool to be more maintainable.
2010-10-13 Bob AmanFixed incompatibilities with Ruby 1.8.6
2010-10-12 Bob AmanUpdated version sorting code and added authorization...
2010-10-09 Bob AmanFixed issue with invalid type checking.
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 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-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.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-23 mattpok@google.comadded basic json parser support and tests
2010-08-19 bobaman@google.comInitial implementation of HTTP.
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.comUpdating code to consistent coding style.
2010-08-14 bobaman@google.comAdded some tests for determining the discovery document...
2010-08-14 bobaman@google.comAdded brief documentation to the handler classes.
2010-08-14 bobaman@google.comAdded code to determine the location of the discovery...
2010-08-14 bobaman@google.comUpdated the configuration handling code.
2010-08-14 bobaman@google.comUpdated OAuth1 configuration code. Added docs.
2010-08-12 bobaman@google.comUpdated OAuth to actually perform authorization stuff.
2010-08-11 bobaman@google.comAdded addressable/template require to discovery.rb.
2010-08-11 mattpok@google.comadd skeleton for discovery
2010-08-10 bobaman@google.comAdded some stubs for OAuth and HTTP.
2010-07-28 bobaman@google.comBasic project skeleton.