Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 718 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 718 Bytes

Samples in this directory:

Method: youtube.playlistItems.list Description: This code sample calls the API's playlistItems.list method to retrieve a list of videos uploaded to a specified channel. The channel can be identified by its channel ID or channel name. The code also calls the channels.list method to retrieve the playlist ID that identifies the channel's uploaded videos.

Method: youtube.search.list Description: This code sample calls the API's search.list method to retrieve search results associated with a particular keyword.