Api roll 6: 2014-11-17

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//733093002
110 files changed
tree: 24edd1c41ca1c9752faa7f3bb618960ccdc2d393
  1. discovery/
  2. generated/
  3. resources/
  4. .gitignore
  5. AUTHORS
  6. codereview.settings
  7. config.yaml
  8. LICENSE
  9. PATENTS
  10. pubspec.lock
  11. pubspec.yaml
  12. README.md
README.md

Repository for building the googleapis and googleapis_beta packages.

Workflow:

  • Update pubspec.yaml with new commit hash from the generator.

  • Run pub upgrade in this directory:

    $ rm -rf .pub $ pub upgrade

  • Download & generate APIs using the config.yaml configuration:

    $ pub run discovery_api_client_generator:generate run_config

  • Diff with previous APIs and determine whether to do minor or major version update.

  • Update config.yaml with new version and generate again.

  • Run tests.

  • Commit downloaded discovery documents and generated packages.

  • Upload packages to pub.