Skip to content

Commit c288f55

Browse files
Update description of YT Analytics sample
1 parent 85d43c7 commit c288f55

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

javascript/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ client ID by registering your application in the
1313

1414
### [Do resumable uploads with CORS](/youtube/api-samples/blob/master/javascript/cors_upload.js)
1515

16+
Method: youtube.videos.insert
1617
Description: This code sample demonstrates how to execute a resumable upload using XHR/CORS.
1718

1819
### [Create a playlist](/youtube/api-samples/blob/master/javascript/playlist_updates.js)
@@ -64,3 +65,11 @@ The samples use the <a target="_blank" href="/api-client-library/javascript/">Go
6465
to demonstrate API functionality. The <a href="/youtube/analytics/v1/sample-application">Building a Sample Application</a>
6566
document walks you through the steps of building this application and discusses different portions of this code in more
6667
detail.
68+
69+
In addition to the JavaScript file described above, the HTML page uses <a href="http://jquery.com">jQuery</a>, which
70+
provides helper methods to simplify HTML document traversing, event handling, animating and Ajax interactions. It also
71+
uses the <a href="https://developers.google.com/loader/">Google API loader</a> (<code>www.google.com/jsapi</code>),
72+
which lets you easily import one or more Google APIs. This example uses the API loader to load the Google Visualization API,
73+
which is used to chart the retrieved Analytics data. Finally, the
74+
<a href="/api-client-library/javascript/features/authentication">Google APIs Client Library for JavaScript</a>
75+
helps you to implement OAuth 2.0 authentication and to call the YouTube Analytics API.

0 commit comments

Comments
 (0)