Update the configuration file googleapis generation

Looked through all APIs and added all non-beta APIs to google the
googleapis package. Added all beta APIs to the googleapis_beta package.

Added a comment URL for looking up the API web page (hopefuly they will
not become stale).

Removed the Dart code and added an initial README with instructions
to get started.

R=kustermann@google.com
BUG=

Review URL: https://codereview.chromium.org//539113002
5 files changed
tree: ab8c884a07beb315a07eb125b329afd061a4d623
  1. resources/
  2. .gitignore
  3. AUTHORS
  4. codereview.settings
  5. config.yaml
  6. LICENSE
  7. PATENTS
  8. README.md
README.md

Google Cloud Platform

Repository for building the googleapis packages

Manual process

This should be automated, but here is the current workflow

  • Clone the GitHub repro https://github.com/dart-lang/discovery_api_dart_client_generator

  • Checkout the experimental branch

  • Generate from config file

    $ dart ../discovery_api_dart_client_generator/bin/generate.dart run_config

  • Downloaded discovery documents directory ‘discovery’

  • Generated packages in directory ‘generated’

  • 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

  • Upload packages to pub

  • Commit downloaded discovery documents and generated packages