Skip to content

Commit

Permalink
Retrieve my uploads also calls channels.list
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDiamondstein committed Aug 11, 2017
1 parent d420377 commit 4968ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ then saves the returned credentials locally.

### [Retrieve my uploads](/go/my_uploads.go)

Method: youtube.playlistItems.list<br>
Methods: youtube.channels.list, youtube.playlistItems.list<br>
Description: This code sample calls the API's <code>playlistItems.list</code> method to retrieve a list of
videos uploaded to the channel associated with the request. The code also calls the <code>channels.list</code>
method with the <code>mine</code> parameter set to <code>true</code> to retrieve the playlist ID that identifies
Expand Down

0 comments on commit 4968ec0

Please sign in to comment.