Liking cljdoc? Tell your friends :D

com.adgoji.displayvideo-api.advertisers.location-lists


createclj

(create client advertiser-id location-list)

Creates a new location list. Returns the newly created location list if successful.

Creates a new location list. Returns the newly created location list if
successful.
raw docstring

get-by-idclj

(get-by-id client advertiser-id location-list-id)

Gets a location-list by advertiser-id and location-list-id.

Gets a location-list by `advertiser-id` and `location-list-id`.
raw docstring

get-listclj

(get-list client advertiser-id opts)

Lists location lists based on a given advertiser id.

Lists location lists based on a given advertiser id.
raw docstring

update-by-idclj

(update-by-id client advertiser-id location-list-id location-list update-mask)

Updates an existing location-list by advertiser-id and location-list-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).

Updates an existing location-list by `advertiser-id` and `location-list-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