(create client advertiser-id channel)
Create a new channel
Create a new channel
(get-by-id client advertiser-id channel-id)
Get a single channel by advertiser-id
and channel-id
.
Get a single channel by `advertiser-id` and `channel-id`.
(get-list client advertiser-id opts)
Returns a list of all advertiser's channels.
Returns a list of all advertiser's channels.
(update-by-id client advertiser-id channel-id channel update-mask)
Update an existing channel by advertiser-id
and channel-id
.
Request body is the same as for create
function. Additionally
update-mask
is a mandatory parameter, it should be a sequence of
fully qualified names of fields (as keywords).
Update an existing channel by `advertiser-id` and `channel-id`. Request body is the same as for [[create]] function. Additionally `update-mask` is a mandatory parameter, it should be a sequence of fully qualified names of fields (as keywords).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close