Update git-ref to generator

Update the git-ref to the discovery_api_dart_client_generator package to
pick up

  https://codereview.chromium.org//648623002
  https://codereview.chromium.org//647653003

R=kustermann@google.com
BUG=

Review URL: https://codereview.chromium.org//673163002
2 files changed
tree: eef082acb101743ce219dba3bf32640f373fedcd
  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

Google Cloud Platform

Repository for building the googleapis packages

Manual process

Here is the current workflow of generating new APIs

  • Maybe update ‘pubspec.yaml’ with new commit hash of the generator.

    $ vim pubspec.yaml

  • 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 wheter 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