Skip to content

Commit 444d263

Browse files
Create README.md listing samples in directory
1 parent 269d941 commit 444d263

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

python_appengine/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Samples in this directory:
2+
3+
### [Retrieve a channel's uploads](/youtube/api-samples/blob/master/python_appengine/user_uploads/main.py)
4+
5+
Method: youtube.playlistItems.list
6+
Description: This code sample calls the API's <code>playlistItems.list</code> method to retrieve a list of videos uploaded
7+
to a specified channel. The channel can be identified by its channel ID or channel name. The code also calls the
8+
<code>channels.list</code> method to retrieve the playlist ID that identifies the channel's uploaded videos.
9+
10+
### [Search by keyword](/youtube/api-samples/blob/master/python_appengine/search/main.py)
11+
12+
Method: youtube.search.list
13+
Description: This code sample calls the API's search.list method to retrieve search results associated
14+
with a particular keyword.

0 commit comments

Comments
 (0)