Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.youtube.abuseReports

YouTube Data API v3: abuseReports. 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/abuseReports

YouTube Data API v3: abuseReports.
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/abuseReports
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: part

Optional parameters: none

Body:

{:description string, :relatedEntities [{:entity Entity}], :subject {:typeId string, :id string, :url string}, :abuseTypes [{:id string}]}

Inserts a new resource into this collection.

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

Required parameters: part

Optional parameters: none

Body: 

{:description string,
 :relatedEntities [{:entity Entity}],
 :subject {:typeId string, :id string, :url string},
 :abuseTypes [{:id string}]}

Inserts a new resource into this collection.
sourceraw docstring

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

× close