Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.subscriptions

YouTube Data API: subscriptions. Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more. See: https://developers.google.com/youtube/v3api/reference/rest/v3/subscriptions

YouTube Data API: subscriptions.
Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.
See: https://developers.google.com/youtube/v3api/reference/rest/v3/subscriptions
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/youtube/v3api/reference/rest/v3/subscriptions/delete

Required parameters: id

Optional parameters: none

Deletes a subscription.

https://developers.google.com/youtube/v3api/reference/rest/v3/subscriptions/delete

Required parameters: id

Optional parameters: none

Deletes a subscription.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/youtube/v3api/reference/rest/v3/subscriptions/insert

Required parameters: part

Optional parameters: none

Body:

{:contentDetails {:activityType string, :newItemCount integer, :totalItemCount integer}, :etag string, :id string, :kind string, :snippet {:channelId string, :channelTitle string, :description string, :publishedAt string, :resourceId ResourceId, :thumbnails ThumbnailDetails, :title string}, :subscriberSnippet {:channelId string, :description string, :thumbnails ThumbnailDetails, :title string}}

Adds a subscription for the authenticated user's channel.

https://developers.google.com/youtube/v3api/reference/rest/v3/subscriptions/insert

Required parameters: part

Optional parameters: none

Body: 

{:contentDetails {:activityType string,
                  :newItemCount integer,
                  :totalItemCount integer},
 :etag string,
 :id string,
 :kind string,
 :snippet {:channelId string,
           :channelTitle string,
           :description string,
           :publishedAt string,
           :resourceId ResourceId,
           :thumbnails ThumbnailDetails,
           :title string},
 :subscriberSnippet {:channelId string,
                     :description string,
                     :thumbnails ThumbnailDetails,
                     :title string}}

Adds a subscription for the authenticated user's channel.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/youtube/v3api/reference/rest/v3/subscriptions/list

Required parameters: part

Optional parameters: forChannelId, onBehalfOfContentOwnerChannel, channelId, myRecentSubscribers, pageToken, mine, id, order, mySubscribers, onBehalfOfContentOwner, maxResults

Returns subscription resources that match the API request criteria.

https://developers.google.com/youtube/v3api/reference/rest/v3/subscriptions/list

Required parameters: part

Optional parameters: forChannelId, onBehalfOfContentOwnerChannel, channelId, myRecentSubscribers, pageToken, mine, id, order, mySubscribers, onBehalfOfContentOwner, maxResults

Returns subscription resources that match the API request criteria.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close