commit | c72d8697fd3d5ab1e20d0dc5e749c18e0162468f | [log] [tgz] |
---|---|---|
author | Martin Kustermann <kustermann@google.com> | Fri Sep 12 11:44:55 2014 +0200 |
committer | Martin Kustermann <kustermann@google.com> | Fri Sep 12 11:44:55 2014 +0200 |
tree | e04144a9e69f45a8268c8777f9cf8c3d789ba17b | |
parent | f9c50a2e74d1dcde801cbb73e0952d8d9f8c0738 [diff] |
Add discovery service to stable APIs - Uses new version of generator (shorter descrpition in READMEs) - Adds discovery service - Bumps versions to v0.1.1 R=sgjesse@google.com Review URL: https://codereview.chromium.org//560323003
Repository for building the googleapis packages
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