Liking cljdoc? Tell your friends :D

com.adgoji.displayvideo-api.advertisers.channels


createclj

(create client advertiser-id channel)

Create a new channel

Create a new channel
raw docstring

get-by-idclj

(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`.
raw docstring

get-listclj

(get-list client advertiser-id opts)

Returns a list of all advertiser's channels.

Returns a list of all advertiser's channels.
raw docstring

update-by-idclj

(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).
raw docstring

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

× close