| 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. |
| - Run 'pub upgrade' in this directory: |
| - 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 config.yaml with new version and generate again |
| - Commit downloaded discovery documents and generated packages |