Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.drive.channels

Drive API: channels. Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions. See: https://developers.google.com/drive/api/reference/rest/v3/channels

Drive API: channels.
Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.
See: https://developers.google.com/drive/api/reference/rest/v3/channels
raw docstring

stop$clj

(stop$ auth parameters body)

https://developers.google.com/drive/api/reference/rest/v3/channels/stop

Required parameters: none

Optional parameters: none

Body:

{:address string, :resourceUri string, :payload boolean, :expiration string, :params {}, :type string, :resourceId string, :token string, :id string, :kind string}

Stop watching resources through this channel

https://developers.google.com/drive/api/reference/rest/v3/channels/stop

Required parameters: none

Optional parameters: none

Body: 

{:address string,
 :resourceUri string,
 :payload boolean,
 :expiration string,
 :params {},
 :type string,
 :resourceId string,
 :token string,
 :id string,
 :kind string}

Stop watching resources through this channel
sourceraw docstring

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

× close