Skip to content

Commit 3032c6c

Browse files
feat(youtube): update the api
#### youtube:v3 The following keys were deleted: - resources.channels.methods.list.parameters.forHandle (Total Keys: 2) - resources.search.methods.list.parameters.relatedToVideoId (Total Keys: 2) The following keys were added: - resources.playlistImages.methods.delete (Total Keys: 10) - resources.playlistImages.methods.insert (Total Keys: 15) - resources.playlistImages.methods.list (Total Keys: 24) - resources.playlistImages.methods.update (Total Keys: 13) - schemas.PlaylistImage (Total Keys: 23)
1 parent 6b00baa commit 3032c6c

File tree

5 files changed

+494
-17
lines changed

5 files changed

+494
-17
lines changed

docs/dyn/youtube_v3.channels.html

Lines changed: 2 additions & 3 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, 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>
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>
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,13 +93,12 @@ <h3>Method Details</h3>
9393
</div>
9494

9595
<div class="method">
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>
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>
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. UNIMPLEMENTED.
103102
forUsername: string, Return the channel associated with a YouTube username.
104103
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).
105104
id: string, Return the channels with the specified IDs. (repeated)

docs/dyn/youtube_v3.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ <h2>Instance Methods</h2>
159159
</p>
160160
<p class="firstline">Returns the membershipsLevels Resource.</p>
161161

162+
<p class="toc_element">
163+
<code><a href="youtube_v3.playlistImages.html">playlistImages()</a></code>
164+
</p>
165+
<p class="firstline">Returns the playlistImages Resource.</p>
166+
162167
<p class="toc_element">
163168
<code><a href="youtube_v3.playlistItems.html">playlistItems()</a></code>
164169
</p>

0 commit comments

Comments
 (0)