You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre>Retrieves a list of resources, possibly filtered.
98
98
99
99
Args:
100
100
part: string, The *part* parameter specifies a comma-separated list of one or more channel resource properties that the API response will include. If the parameter identifies a property that contains child properties, the child properties will be included in the response. For example, in a channel resource, the contentDetails property contains other properties, such as the uploads properties. As such, if you set *part=contentDetails*, the API response will also contain all of those nested properties. (required) (repeated)
101
101
categoryId: string, Return the channels within the specified guide category ID.
102
-
forHandle: string, Return the channel associated with a YouTube handle. UNIMPLEMENTED.
103
102
forUsername: string, Return the channel associated with a YouTube username.
104
103
hl: string, Stands for "host language". Specifies the localization language of the metadata to be filled into snippet.localized. The field is filled with the default metadata if there is no localization in the specified language. The parameter value must be a language code included in the list returned by the i18nLanguages.list method (e.g. en_US, es_MX).
105
104
id: string, Return the channels with the specified IDs. (repeated)
0 commit comments