Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.storage.channels

Cloud Storage JSON API: channels. Stores and retrieves potentially large, immutable data objects. See: https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/channels

Cloud Storage JSON API: channels.
Stores and retrieves potentially large, immutable data objects.
See: https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/channels
raw docstring

stop$clj

(stop$ auth parameters body)

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/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/storage/docs/json_api/api/reference/rest/v1/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