Skip to content

Commit

Permalink
feat(youtube): update the api
Browse files Browse the repository at this point in the history
#### youtube:v3

The following keys were added:
- resources.channels.methods.list.parameters.forHandle (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jan 26, 2024
1 parent 7f7eb7e commit 02510b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/dyn/youtube_v3.channels.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<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>
<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>
<p class="firstline">Retrieves a list of resources, possibly filtered.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
Expand All @@ -93,12 +93,13 @@ <h3>Method Details</h3>
</div>

<div class="method">
<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>
<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>
<pre>Retrieves a list of resources, possibly filtered.

Args:
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)
categoryId: string, Return the channels within the specified guide category ID.
forHandle: string, Return the channel associated with a YouTube handle.
forUsername: string, Return the channel associated with a YouTube username.
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).
id: string, Return the channels with the specified IDs. (repeated)
Expand Down
7 changes: 6 additions & 1 deletion googleapiclient/discovery_cache/documents/youtube.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,11 @@
"location": "query",
"type": "string"
},
"forHandle": {
"description": "Return the channel associated with a YouTube handle.",
"location": "query",
"type": "string"
},
"forUsername": {
"description": "Return the channel associated with a YouTube username.",
"location": "query",
Expand Down Expand Up @@ -3994,7 +3999,7 @@
}
}
},
"revision": "20240121",
"revision": "20240123",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down

0 comments on commit 02510b2

Please sign in to comment.