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

Unified Diff: generated/googleapis/README.md

Issue 559053002: Generate 0.1.0 version of googleapis/googleapis_beta (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: 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
Index: generated/googleapis/README.md
diff --git a/generated/googleapis/README.md b/generated/googleapis/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..06c32abad0bf1ab40dca104ece3cc9dbce7578e1
--- /dev/null
+++ b/generated/googleapis/README.md
@@ -0,0 +1,373 @@
+# Package of Google APIs
+
+## Description
+
+This repository contains auto-generated client libraries for accessing
+Google APIs using dart. It has the usual dart package layout.
+
+## Usage
+
+The first step is to obtain oauth2 access credentials. This can be done using
+the `googleapis_auth` package. Your application can access APIs on behalf of a
+user or using a service account.
+
+After obtaining credentials, an API from the `googleapis` package can be
+accessed with an authenticated HTTP client.
+
+The following is an example of a command line application which lists files
+in Google Drive by using a service account.
+
+Create a `pubspec.yaml` file with the `googleapis_auth` and `googleapis`
+dependencies.
+
+ ...
+ dependencies:
+ googleapis: any
+ googleapis_auth: any
+
+Create a service account in the Google Cloud Console and save the credential
+information. After that the Cloud Storage API can be accessed like this:
+
+ import 'package:googleapis/storage/v1.dart';
+ import 'package:googleapis_auth/auth_io.dart';
+
+ final Credentials = new ServiceAccountCredentials.fromJson(r'''
+ {
+ "private_key_id": ...,
+ "private_key": ...,
+ "client_email": ...,
+ "client_id": ...,
+ "type": "service_account"
+ }
+ ''');
+
+ void main() {
+ clientViaServiceAccount(Credentials,
+ [StorageApi.DevstorageReadOnlyScope]).then((http) {
+ var storage = new StorageApi(http);
+ storage.buckets.list('dart-on-cloud').then((buckets) {
+ print("Received ${buckets.items.length} bucket names:");
+ for (var file in buckets.items) {
+ print(file.name);
+ }
+ });
+ });
+ }
+
+## Available Google APIs
+
+The following is a list of APIs that are currently available inside this
+package.
+
+#### ![Logo](https://www.google.com/images/icons/product/doubleclick-16.gif) Ad Exchange Buyer API - adexchangebuyer v1.3
+
+Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.
+
+Official API documentation: https://developers.google.com/ad-exchange/buyer-rest
+
+#### ![Logo](https://www.google.com/images/icons/product/doubleclick-16.gif) Ad Exchange Seller API - adexchangeseller v1.1
+
+Gives Ad Exchange seller users access to their inventory and the ability to generate reports
+
+Official API documentation: https://developers.google.com/ad-exchange/seller-rest/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Admin Directory API - admin directory_v1
+
+The Admin SDK Directory API lets you view and manage enterprise resources such as users and groups, administrative notifications, security features, and more.
+
+Official API documentation: https://developers.google.com/admin-sdk/directory/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Email Migration API v2 - admin email_migration_v2
+
+Email Migration API lets you migrate emails of users to Google backends.
+
+Official API documentation: https://developers.google.com/admin-sdk/email-migration/v2/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Admin Reports API - admin reports_v1
+
+Allows the administrators of Google Apps customers to fetch reports about the usage, collaboration, security and risk for their users.
+
+Official API documentation: https://developers.google.com/admin-sdk/reports/
+
+#### ![Logo](https://www.google.com/images/icons/product/adsense-16.png) AdSense Management API - adsense v1.4
+
+Gives AdSense publishers access to their inventory and the ability to generate reports
+
+Official API documentation: https://developers.google.com/adsense/management/
+
+#### ![Logo](https://www.google.com/images/icons/product/adsense-16.png) AdSense Host API - adsensehost v4.1
+
+Gives AdSense Hosts access to report generation, ad code generation, and publisher management capabilities.
+
+Official API documentation: https://developers.google.com/adsense/host/
+
+#### ![Logo](http://www.google.com/images/icons/product/analytics-16.png) Google Analytics API - analytics v3
+
+View and manage your Google Analytics data
+
+Official API documentation: https://developers.google.com/analytics/
+
+#### ![Logo](https://www.google.com/images/icons/product/android-16.png) Google Play Android Developer API - androidpublisher v2
+
+Lets Android application developers access their Google Play accounts.
+
+Official API documentation: https://developers.google.com/android-publisher
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google Apps Activity API - appsactivity v1
+
+Provides a historical view of activity.
+
+Official API documentation: https://developers.google.com/google-apps/activity/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google App State API - appstate v1
+
+The Google App State API.
+
+Official API documentation: https://developers.google.com/games/services/web/api/states
+
+#### ![Logo](https://www.google.com/images/icons/product/search-16.gif) BigQuery API - bigquery v2
+
+A data platform for customers to create, manage, share and query data.
+
+Official API documentation: https://developers.google.com/bigquery/docs/overview
+
+#### ![Logo](https://www.google.com/images/icons/product/blogger-16.png) Blogger API - blogger v3
+
+API for access to the data within Blogger.
+
+Official API documentation: https://developers.google.com/blogger/docs/3.0/getting_started
+
+#### ![Logo](http://www.google.com/images/icons/product/ebooks-16.png) Books API - books v1
+
+Lets you search for books and manage your Google Books library.
+
+Official API documentation: https://developers.google.com/books/docs/v1/getting_started
+
+#### ![Logo](http://www.google.com/images/icons/product/calendar-16.png) Calendar API - calendar v3
+
+Lets you manipulate events and other calendar data.
+
+Official API documentation: https://developers.google.com/google-apps/calendar/firstapp
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google Civic Information API - civicinfo us_v1
+
+An API for accessing civic information.
+
+Official API documentation: https://developers.google.com/civic-information
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google Civic Information API - civicinfo v1
+
+An API for accessing civic information.
+
+Official API documentation: https://developers.google.com/civic-information
+
+#### ![Logo](http://www.google.com/images/icons/product/compute_engine-16.png) Compute Engine API - compute v1
+
+API for the Google Compute Engine service.
+
+Official API documentation: https://developers.google.com/compute/docs/reference/latest/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Content API for Shopping - content v2
+
+Manage product items, inventory, and Merchant Center accounts for Google Shopping.
+
+Official API documentation: https://developers.google.com/shopping-content/v2/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google Maps Coordinate API - coordinate v1
+
+Lets you view and manage jobs in a Coordinate team.
+
+Official API documentation: https://developers.google.com/coordinate/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) CustomSearch API - customsearch v1
+
+Lets you search over a website or collection of websites
+
+Official API documentation: https://developers.google.com/custom-search/v1/using_rest
+
+#### ![Logo](https://www.google.com/images/icons/product/doubleclick-16.gif) DFA Reporting API - dfareporting v1.3
+
+Lets you create, run and download reports.
+
+Official API documentation: https://developers.google.com/doubleclick-advertisers/reporting/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) DoubleClick Bid Manager API - doubleclickbidmanager v1
+
+API for viewing and managing your reports in DoubleClick Bid Manager.
+
+Official API documentation: https://developers.google.com/bid-manager/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) DoubleClick Search API - doubleclicksearch v2
+
+Report and modify your advertising data in DoubleClick Search (for example, campaigns, ad groups, keywords, and conversions).
+
+Official API documentation: https://developers.google.com/doubleclick-search/
+
+#### ![Logo](https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png) Drive API - drive v2
+
+The API to interact with Drive.
+
+Official API documentation: https://developers.google.com/drive/
+
+#### ![Logo](http://www.google.com/images/icons/product/freebase-16.png) Freebase Search - freebase v1
+
+Find Freebase entities using textual queries and other constraints.
+
+Official API documentation: https://developers.google.com/freebase/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Fusion Tables API - fusiontables v1
+
+API for working with Fusion Tables data.
+
+Official API documentation: https://developers.google.com/fusiontables
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google Play Game Services API - games v1
+
+The API for Google Play Game Services.
+
+Official API documentation: https://developers.google.com/games/services/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google Play Game Services Management API - gamesManagement v1management
+
+The Management API for Google Play Game Services.
+
+Official API documentation: https://developers.google.com/games/services
+
+#### ![Logo](https://www.google.com/images/icons/product/googlemail-16.png) Gmail API - gmail v1
+
+The Gmail REST API.
+
+Official API documentation: https://developers.google.com/gmail/api/
+
+#### ![Logo](http://www.google.com/images/icons/product/discussions-16.gif) Groups Migration API - groupsmigration v1
+
+Groups Migration Api.
+
+Official API documentation: https://developers.google.com/google-apps/groups-migration/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Groups Settings API - groupssettings v1
+
+Lets you manage permission levels and related settings of a group.
+
+Official API documentation: https://developers.google.com/google-apps/groups-settings/get_started
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google Identity Toolkit API - identitytoolkit v3
+
+Help the third party sites to implement federated login.
+
+Official API documentation: https://developers.google.com/identity-toolkit/v3/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Enterprise License Manager API - licensing v1
+
+Licensing API to view and manage license for your domain.
+
+Official API documentation: https://developers.google.com/google-apps/licensing/
+
+#### ![Logo](https://www.google.com/images/icons/product/maps_engine-16.png) Google Maps Engine API - mapsengine v1
+
+The Google Maps Engine API allows developers to store and query geospatial vector and raster data.
+
+Official API documentation: https://developers.google.com/maps-engine/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google Mirror API - mirror v1
+
+API for interacting with Glass users via the timeline.
+
+Official API documentation: https://developers.google.com/glass
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google OAuth2 API - oauth2 v2
+
+Lets you access OAuth2 protocol related APIs.
+
+Official API documentation: https://developers.google.com/accounts/docs/OAuth2
+
+#### ![Logo](http://www.google.com/images/icons/product/orkut-16.png) Orkut API - orkut v2
+
+Lets you manage activities, comments and badges in Orkut. More stuff coming in time.
+
+Official API documentation: http://code.google.com/apis/orkut/v2/reference.html
+
+#### ![Logo](http://www.google.com/images/icons/product/pagespeed-16.png) PageSpeed Insights API - pagespeedonline v1
+
+Lets you analyze the performance of a web page and get tailored suggestions to make that page faster.
+
+Official API documentation: https://developers.google.com/speed/docs/insights/v1/getting_started
+
+#### ![Logo](http://www.google.com/images/icons/product/gplus-16.png) Google+ API - plus v1
+
+The Google+ API enables developers to build on top of the Google+ platform.
+
+Official API documentation: https://developers.google.com/+/api/
+
+#### ![Logo](http://www.google.com/images/icons/product/gplus-16.png) Google+ Domains API - plusDomains v1
+
+The Google+ API enables developers to build on top of the Google+ platform.
+
+Official API documentation: https://developers.google.com/+/domains/
+
+#### ![Logo](http://www.google.com/images/icons/feature/predictionapi-16.png) Prediction API - prediction v1.6
+
+Lets you access a cloud hosted machine learning service that makes it easy to build smart apps
+
+Official API documentation: https://developers.google.com/prediction/docs/developer-guide
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) QPX Express API - qpxExpress v1
+
+Lets you find the least expensive flights between an origin and a destination.
+
+Official API documentation: http://developers.google.com/qpx-express
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Enterprise Apps Reseller API - reseller v1
+
+Lets you create and manage your customers and their subscriptions.
+
+Official API documentation: https://developers.google.com/google-apps/reseller/
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) Google Site Verification API - siteVerification v1
+
+Lets you programatically verify ownership of websites or domains with Google.
+
+Official API documentation: https://developers.google.com/site-verification/
+
+#### ![Logo](https://www.google.com/images/icons/product/cloud_storage-16.png) Cloud Storage API - storage v1
+
+Lets you store and retrieve potentially-large, immutable data objects.
+
+Official API documentation: https://developers.google.com/storage/docs/json_api/
+
+#### ![Logo](http://www.google.com/images/icons/product/tasks-16.png) Tasks API - tasks v1
+
+Lets you manage your tasks and task lists.
+
+Official API documentation: https://developers.google.com/google-apps/tasks/firstapp
+
+#### ![Logo](http://www.google.com/images/icons/product/translate-16.png) Translate API - translate v2
+
+Lets you translate text from one language to another
+
+Official API documentation: https://developers.google.com/translate/v2/using_rest
+
+#### ![Logo](http://www.google.com/images/icons/product/search-16.gif) URL Shortener API - urlshortener v1
+
+Lets you create, inspect, and manage goo.gl short URLs
+
+Official API documentation: http://code.google.com/apis/urlshortener/v1/getting_started.html
+
+#### ![Logo](http://www.google.com/images/icons/feature/font_api-16.png) Google Fonts Developer API - webfonts v1
+
+The Google Fonts Developer API.
+
+Official API documentation: https://developers.google.com/fonts/docs/developer_api
+
+#### ![Logo](http://www.google.com/images/icons/product/youtube-16.png) YouTube Data API - youtube v3
+
+Programmatic access to YouTube features.
+
+Official API documentation: https://developers.google.com/youtube/v3
+
+#### ![Logo](http://www.google.com/images/icons/product/youtube-16.png) YouTube Analytics API - youtubeAnalytics v1
+
+Retrieve your YouTube Analytics reports.
+
+Official API documentation: http://developers.google.com/youtube/analytics/
+

Powered by Google App Engine
This is Rietveld 408576698