Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: config.yaml

Issue 560323003: Add discovery service to stable APIs (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: New generator hash in pubspec.yaml, test files renamed ot have _test.dart postfix Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | discovery/googleapis/discovery__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.yaml
diff --git a/config.yaml b/config.yaml
index 6d779d9e31585ee8b7c2423436d015cac9804f3d..8e378c848b2c18b864c395cb7fe5a52ae59098a9 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,10 +1,11 @@
packages:
- googleapis:
- version: 0.1.0
+ version: 0.1.1
author: Dart Team <misc@dartlang.org>
homepage: http://www.dartlang.org
readme: resources/README.md
license: resources/LICENSE
+ changelog: resources/googleapis/CHANGELOG.md
apis:
- adexchangebuyer:v1.3 # https://developers.google.com/ad-exchange/buyer-rest/
- adexchangeseller:v1.1 # https://developers.google.com/ad-exchange/seller-rest/
@@ -27,6 +28,7 @@ packages:
- content:v2 # https://developers.google.com/shopping-content/
- coordinate:v1 # https://google-developers.appspot.com/coordinate/
- customsearch:v1 # https://developers.google.com/custom-search/
+ - discovery:v1 # https://developers.google.com/discovery/
- drive:v2 # https://developers.google.com/drive/v2/reference/
- dfareporting:v1.3 # https://developers.google.com/doubleclick-advertisers/reporting/
- doubleclickbidmanager:v1 # https://developers.google.com/bid-manager/
@@ -60,11 +62,12 @@ packages:
- youtubeAnalytics:v1 # https://developers.google.com/youtube/analytics/
- googleapis_beta:
- version: 0.1.0
+ version: 0.1.1
author: Dart Team <misc@dartlang.org>
homepage: http://www.dartlang.org
readme: resources/README.md
license: resources/LICENSE
+ changelog: resources/googleapis_beta/CHANGELOG.md
apis:
- autoscaler:v1beta2 # https://developers.google.com/compute/docs/autoscaler/ (Limited Preview)
- cloudmonitoring:v2beta1 # https://developers.google.com/cloud-monitoring/
@@ -94,7 +97,6 @@ skipped_apis:
- dfareporting:v1 # v1.3 included
- dfareporting:v1.1 # v1.3 included
- dfareporting:v1.2 # v1.3 included
-- discovery:v1 # Not included
- drive:v1 # v2 included
- freebase:v1-sandbox # v1 included
- freebase:v1sandbox # v1 included
« no previous file with comments | « no previous file | discovery/googleapis/discovery__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698