Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.subscriptions

YouTube Data API v3: subscriptions. The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels. See: https://developers.google.com/youtube/api/reference/rest/v3/subscriptions

YouTube Data API v3: subscriptions.
The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels.
See: https://developers.google.com/youtube/api/reference/rest/v3/subscriptions
raw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: id

Optional parameters: none

Deletes a resource.

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

Required parameters: id

Optional parameters: none

Deletes a resource.
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: none

Body:

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

Inserts a new resource into this collection.

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

Required parameters: part

Optional parameters: none

Body: 

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

Inserts a new resource into this collection.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: part

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

Retrieves a list of resources, possibly filtered.

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

Required parameters: part

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

Retrieves a list of resources, possibly filtered.
raw docstring

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

× close