OLD | NEW |
1 Auto-generated Dart libraries for accessing [Google APIs][libs]. | 1 Auto-generated Dart libraries for accessing [Google APIs][libs]. |
2 | 2 |
3 ## Usage | 3 ## Usage |
4 | 4 |
5 First, obtain OAuth 2.0 access credentials. This can be done using the | 5 First, obtain OAuth 2.0 access credentials. This can be done using the |
6 `googleapis_auth` package. Your application can access APIs on behalf of a | 6 `googleapis_auth` package. Your application can access APIs on behalf of a |
7 user or using a service account. | 7 user or using a service account. |
8 | 8 |
9 After obtaining credentials, an API from the `googleapis` package can be | 9 After obtaining credentials, an API from the `googleapis` package can be |
10 accessed with an authenticated HTTP client. | 10 accessed with an authenticated HTTP client. |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 Manages files in Drive including uploading, downloading, searching, detecting ch
anges, and updating sharing permissions. | 383 Manages files in Drive including uploading, downloading, searching, detecting ch
anges, and updating sharing permissions. |
384 | 384 |
385 Official API documentation: https://developers.google.com/drive/ | 385 Official API documentation: https://developers.google.com/drive/ |
386 | 386 |
387 ####  Firebase
Dynamic Links API - firebasedynamiclinks v1 | 387 ####  Firebase
Dynamic Links API - firebasedynamiclinks v1 |
388 | 388 |
389 Programmatically creates and manages Firebase Dynamic Links. | 389 Programmatically creates and manages Firebase Dynamic Links. |
390 | 390 |
391 Official API documentation: https://firebase.google.com/docs/dynamic-links/ | 391 Official API documentation: https://firebase.google.com/docs/dynamic-links/ |
392 | 392 |
| 393 ####  Firebase
Remote Config API - firebaseremoteconfig v1 |
| 394 |
| 395 Firebase Remote Config API allows the 3P clients to manage Remote Config conditi
ons and parameters for Firebase applications. |
| 396 |
| 397 Official API documentation: https://firebase.google.com/docs/remote-config/ |
| 398 |
393 ####  Firebase
Rules API - firebaserules v1 | 399 ####  Firebase
Rules API - firebaserules v1 |
394 | 400 |
395 Creates and manages rules that determine when a Firebase Rules-enabled service s
hould permit a request. | 401 Creates and manages rules that determine when a Firebase Rules-enabled service s
hould permit a request. |
396 | 402 |
397 | 403 |
398 Official API documentation: https://firebase.google.com/docs/storage/security | 404 Official API documentation: https://firebase.google.com/docs/storage/security |
399 | 405 |
400 ####  Fitness - fitness v1 | 406 ####  Fitness - fitness v1 |
401 | 407 |
402 Stores and accesses user data in the fitness store from apps on any platform. | 408 Stores and accesses user data in the fitness store from apps on any platform. |
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
763 Retrieves your YouTube Analytics data. | 769 Retrieves your YouTube Analytics data. |
764 | 770 |
765 Official API documentation: http://developers.google.com/youtube/analytics/ | 771 Official API documentation: http://developers.google.com/youtube/analytics/ |
766 | 772 |
767 ####  YouTube R
eporting API - youtubereporting v1 | 773 ####  YouTube R
eporting API - youtubereporting v1 |
768 | 774 |
769 Schedules reporting jobs containing your YouTube Analytics data and downloads th
e resulting bulk data reports in the form of CSV files. | 775 Schedules reporting jobs containing your YouTube Analytics data and downloads th
e resulting bulk data reports in the form of CSV files. |
770 | 776 |
771 Official API documentation: https://developers.google.com/youtube/reporting/v1/r
eports/ | 777 Official API documentation: https://developers.google.com/youtube/reporting/v1/r
eports/ |
772 | 778 |
OLD | NEW |