Skip to content

Commit 02510b2

Browse files
feat(youtube): update the api
#### youtube:v3 The following keys were added: - resources.channels.methods.list.parameters.forHandle (Total Keys: 2)
1 parent 7f7eb7e commit 02510b2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/dyn/youtube_v3.channels.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#list">list(part, categoryId=None, forUsername=None, hl=None, id=None, managedByMe=None, maxResults=None, mine=None, mySubscribers=None, onBehalfOfContentOwner=None, pageToken=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#list">list(part, categoryId=None, forHandle=None, forUsername=None, hl=None, id=None, managedByMe=None, maxResults=None, mine=None, mySubscribers=None, onBehalfOfContentOwner=None, pageToken=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Retrieves a list of resources, possibly filtered.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next()</a></code></p>
@@ -93,12 +93,13 @@ <h3>Method Details</h3>
9393
</div>
9494

9595
<div class="method">
96-
<code class="details" id="list">list(part, categoryId=None, forUsername=None, hl=None, id=None, managedByMe=None, maxResults=None, mine=None, mySubscribers=None, onBehalfOfContentOwner=None, pageToken=None, x__xgafv=None)</code>
96+
<code class="details" id="list">list(part, categoryId=None, forHandle=None, forUsername=None, hl=None, id=None, managedByMe=None, maxResults=None, mine=None, mySubscribers=None, onBehalfOfContentOwner=None, pageToken=None, x__xgafv=None)</code>
9797
<pre>Retrieves a list of resources, possibly filtered.
9898

9999
Args:
100100
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)
101101
categoryId: string, Return the channels within the specified guide category ID.
102+
forHandle: string, Return the channel associated with a YouTube handle.
102103
forUsername: string, Return the channel associated with a YouTube username.
103104
hl: string, Stands for &quot;host language&quot;. 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).
104105
id: string, Return the channels with the specified IDs. (repeated)

googleapiclient/discovery_cache/documents/youtube.v3.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,11 @@
717717
"location": "query",
718718
"type": "string"
719719
},
720+
"forHandle": {
721+
"description": "Return the channel associated with a YouTube handle.",
722+
"location": "query",
723+
"type": "string"
724+
},
720725
"forUsername": {
721726
"description": "Return the channel associated with a YouTube username.",
722727
"location": "query",
@@ -3994,7 +3999,7 @@
39943999
}
39954000
}
39964001
},
3997-
"revision": "20240121",
4002+
"revision": "20240123",
39984003
"rootUrl": "https://youtube.googleapis.com/",
39994004
"schemas": {
40004005
"AbuseReport": {

0 commit comments

Comments
 (0)