commit | 5c0b55ace360f28864954a3b46a1dc14418f65fe | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Thu Sep 04 16:01:33 2014 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Thu Sep 04 16:01:33 2014 +0200 |
tree | ab8c884a07beb315a07eb125b329afd061a4d623 | |
parent | 6e0b03aecc8af123dc7ceae6bc0b6aaca9968117 [diff] |
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
Repository for building the googleapis packages
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