Updating dependencies.
[arvados.git] / lib / google / api_client /
2012-07-21 Bob AmanUpdating dependencies.
2012-06-11 Steven BazylNew version of client lib
2012-06-07 Steven BazylResolve merge conflict
2012-06-07 Steven BazylAllow credentials on per-request basis
2012-06-07 Steven BazylInitial support for service accounts
2012-05-24 Bob AmanMerge branch 'master' of github.com:google/google-api...
2012-05-18 Sergio GomesMoving BatchError to errors.rb
2012-05-16 Sergio GomesAdding batch support
2012-05-11 Sérgio GomesResolves issue of validation failing for repeated param...
2012-04-24 Bob AmanUpdated to avoid deprecation of encode and decode metho...
2012-03-27 Steven BazylUpdate changelog & API version
2012-03-14 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-03-14 Bob AmanFixed formatting issue with OS version number in Java.
2012-03-14 Steven BazylMultipart upload compatibility with 1.8.7
2012-03-13 Steven BazylMultipart upload compatibility with 1.8.7
2012-03-13 Adam SawyerWhen running in a jvm, get the OK name and version...
2012-03-02 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-03-02 Bob AmanInitial pass at parsing and handling client_secrets...
2012-03-02 Steven BazylMerge branch 'master' of https://code.google.com/p...
2012-03-02 Steven BazylMedia upload support
2012-02-27 Bob AmanMore carefully resolving the discovery-of-discovery...
2012-02-27 Bob AmanCleaning up the changes made by @vapir.
2012-02-27 Bob AmanMerge branch 'master' of github.com:sporkmonger/google...
2012-02-24 Bob AmanMerge pull request #4 from vapir/baseURI_and_fixups
2012-02-22 Bob AmanUpdated version and CHANGELOG.
2012-02-22 Bob AmanPatch to solve Ruby 1.8.7 incompatibility.
2012-02-22 Ethanrescue any error invoking external commands attempting...
2012-02-22 Ethanminor whitespace touchup
2012-02-22 Ethanfix schema to not choke when '$ref' is specifying what...
2012-02-15 Nikolay MischenkoFixed parameters encoding (should be urlencoded)
2012-02-15 Bob AmanAdded ID token verification against server certificate.
2012-02-10 Bob AmanUpdated version and CHANGELOG with recent fixes.
2012-02-10 Bob AmanMethod renames to be consistent with change to resources.
2012-02-10 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-02-08 Steven BazylDon't traverse ancestors when checking if schema is...
2012-01-31 Steven BazylRename 'resources' method due to conflict with one...
2012-01-27 Bob AmanUpdated to replace httpadapter with faraday.
2012-01-05 Bob AmanMigrated to MultiJson from JSON gem.
2011-12-02 Bob AmanMerge branch 'master' of ../martinsarsale-support-for...
2011-12-02 Bob AmanFixed some YARD documentation issues and changed how...
2011-11-30 Martin SarsaleMerge remote branch 'remotes/upstream/master'
2011-11-16 Bob AmanMerge branch 'schemas'
2011-11-16 Bob AmanAttempting to fix some Windows issues and update deprec...
2011-11-16 Bob AmanAttempting to fix some Windows issues and update deprec...
2011-11-02 Martin SarsaleAccept repeated parameters
2011-10-31 Bob AmanFixed environment check for Windows.
2011-10-31 Bob AmanFixed environment check for Windows.
2011-10-20 Bob AmanUpdated to match change to AutoParse.
2011-10-15 Bob AmanAdded task for wiki autogeneration.
2011-10-15 Bob AmanFixed issue with version and moved version back to...
2011-10-15 Bob AmanAdded task for wiki autogeneration.
2011-10-15 Bob AmanFixed issue with version and moved version back to...
2011-10-05 Bob AmanFixed issues with recursive structures and external...
2011-09-22 Bob AmanSwitched to using AutoParse for schemas.
2011-09-22 Bob AmanFixed issue with ambiguous reference.
2011-09-22 Bob AmanAdded code to include userIp and key parameters.
2011-09-22 Bob AmanAdded code to include userIp and key parameters.
2011-09-21 Bob AmanMerge branch 'master' of https://code.google.com/p...
2011-09-21 Bob AmanAdded better support for user IP and developer key...
2011-09-21 Bob AmanAdded better support for user IP and developer key...
2011-08-19 Bob AmanPartial solution to the issue of generating JSON.
2011-08-18 Bob AmanIntroduced the ability to pass in an API object instead...
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-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-07-29 Bob AmanMajor update, primarily to add pagination support.
2011-05-12 Bob AmanUpdated to use v1 of the discovery API.
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...
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 AmanSignificant improvements to the CLI.
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 AmanFinished documentation.
2010-10-05 Bob AmanRemoved :nodoc: directives, as they are not understood...
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.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 rudimentary implementation of a MethodBuilder.
2010-08-23 mattpok@google.comadded basic json parser support and tests
next