Liking cljdoc? Tell your friends :D

com.adgoji.sdk-client-utils.interface


execute-and-convertclj

(execute-and-convert request)

Execute Google API request and convert response to clojure data.

Execute Google API request and convert response to clojure data.
raw docstring

execute-and-convert-paginatedclj

(execute-and-convert-paginated fetch-page-fn vkey limit)

Execute Google API request and convert response to clojure data.

If next-page-token in the response is not empty, fetch next page using this token until all pages are consumed. Returns only limit number of entries.

Execute Google API request and convert response to clojure data.

If `next-page-token` in the response is not empty, fetch next page
using this token until all pages are consumed. Returns only `limit`
number of entries.
raw docstring

normalize-maskclj

(normalize-mask mask)

Returns update mask string in format supported by Google.

Input should be a sequence of keywords.

Returns update mask string in format supported by Google.

Input should be a sequence of keywords.
raw docstring

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

× close