|
1 |
| -# google_youtubeanalytics_v1_api |
| 1 | +# (Deprecated) google_youtubeanalytics_v1_api |
2 | 2 |
|
3 |
| -### Description |
| 3 | +### See [googleapis](https://pub.dartlang.org/packages/googleapis) or [googleapis_beta](https://pub.dartlang.org/packages/googleapis_beta) for latest libraries. |
4 | 4 |
|
5 |
| -Auto-generated client library for accessing the youtubeAnalytics v1 API. |
| 5 | +If you would like to continue to use this library pin version constraint to |
| 6 | +`'0.4.13'` |
6 | 7 |
|
7 |
| -####  YouTube Analytics API - youtubeAnalytics v1 |
8 |
| - |
9 |
| -Retrieve your YouTube Analytics reports. |
10 |
| - |
11 |
| -Official API documentation: http://developers.google.com/youtube/analytics/ |
12 |
| - |
13 |
| -Adding dependency to pubspec.yaml |
14 |
| - |
15 |
| -``` |
16 |
| - dependencies: |
17 |
| - google_youtubeanalytics_v1_api: '>=0.4.13' |
18 |
| -``` |
19 |
| - |
20 |
| -For web applications: |
21 |
| - |
22 |
| -``` |
23 |
| - import "package:google_youtubeanalytics_v1_api/youtubeanalytics_v1_api_browser.dart" as youtubeanalyticsclient; |
24 |
| -``` |
25 |
| - |
26 |
| -For console application: |
27 |
| - |
28 |
| -``` |
29 |
| - import "package:google_youtubeanalytics_v1_api/youtubeanalytics_v1_api_console.dart" as youtubeanalyticsclient; |
30 |
| -``` |
31 |
| - |
32 |
| -Working without authentication the following constructor can be called: |
33 |
| - |
34 |
| -``` |
35 |
| - var youtubeanalytics = new youtubeanalyticsclient.YoutubeAnalytics(); |
36 |
| -``` |
37 |
| - |
38 |
| -To use authentication create a new `GoogleOAuth2` object and pass it to the constructor: |
39 |
| - |
40 |
| - |
41 |
| -``` |
42 |
| - GoogleOAuth2 auth = new GoogleOAuth2(CLIENT_ID, SCOPES); |
43 |
| - var youtubeanalytics = new youtubeanalyticsclient.YoutubeAnalytics(auth); |
44 |
| -``` |
| 8 | + |
45 | 9 |
|
46 | 10 | ### Licenses
|
47 | 11 |
|
48 | 12 | ```
|
49 |
| -Copyright (c) 2013-2014 Gerwin Sturm & Adam Singer |
50 |
| -
|
51 |
| -Licensed under the Apache License, Version 2.0 (the "License"); you may |
52 |
| -not use this file except in compliance with the License. You may obtain a |
53 |
| -copy of the License at |
54 |
| -
|
55 |
| -http://www.apache.org/licenses/LICENSE-2.0 |
56 |
| -
|
57 |
| -Unless required by applicable law or agreed to in writing, software |
58 |
| -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
59 |
| -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
60 |
| -License for the specific language governing permissions and limitations |
61 |
| -under the License |
62 |
| -
|
63 |
| ------------------------- |
64 |
| -Based on http://code.google.com/p/google-api-dart-client |
65 |
| -
|
66 |
| -Copyright 2012 Google Inc. |
67 |
| -Licensed under the Apache License, Version 2.0 (the "License"); you may |
68 |
| -not use this file except in compliance with the License. You may obtain a |
69 |
| -copy of the License at |
70 |
| -
|
71 |
| -http://www.apache.org/licenses/LICENSE-2.0 |
72 |
| -
|
73 |
| -Unless required by applicable law or agreed to in writing, software |
74 |
| -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
75 |
| -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
76 |
| -License for the specific language governing permissions and limitations |
77 |
| -under the License |
78 |
| -
|
| 13 | +Copyright 2014, the Dart project authors. All rights reserved. |
| 14 | +Redistribution and use in source and binary forms, with or without |
| 15 | +modification, are permitted provided that the following conditions are |
| 16 | +met: |
| 17 | +
|
| 18 | + * Redistributions of source code must retain the above copyright |
| 19 | + notice, this list of conditions and the following disclaimer. |
| 20 | + * Redistributions in binary form must reproduce the above |
| 21 | + copyright notice, this list of conditions and the following |
| 22 | + disclaimer in the documentation and/or other materials provided |
| 23 | + with the distribution. |
| 24 | + * Neither the name of Google Inc. nor the names of its |
| 25 | + contributors may be used to endorse or promote products derived |
| 26 | + from this software without specific prior written permission. |
| 27 | +
|
| 28 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 29 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 30 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 31 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 32 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 33 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 34 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 35 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 36 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 37 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 38 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
79 | 39 | ```
|
0 commit comments