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.
sourceraw 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:

{:kind string, :id string, :contentDetails {:newItemCount integer, :totalItemCount integer, :activityType string}, :etag string, :snippet {:channelTitle string, :resourceId ResourceId, :title string, :channelId string, :thumbnails ThumbnailDetails, :description string, :publishedAt string}, :subscriberSnippet {:title string, :thumbnails ThumbnailDetails, :channelId string, :description 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: 

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

Inserts a new resource into this collection.
sourceraw 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.
sourceraw docstring

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

× close