Liking cljdoc? Tell your friends :D

bigq.request


fmt-url-resultsclj

(fmt-url-results tmpl project-id job-id)

Returns url to results of a job.

tmpl is like https://www.googleapis.com/bigquery/v2/projects/%s/queries/%s

Returns url to results of a job.

`tmpl` is like `https://www.googleapis.com/bigquery/v2/projects/%s/queries/%s`
sourceraw docstring

fmt-url-startclj

(fmt-url-start tmpl project-id)

Returns url to a starting point of a job.

tmpl is like https://www.googleapis.com/bigquery/v2/projects/%s/queries

Returns url to a starting point of a job.

`tmpl` is like `https://www.googleapis.com/bigquery/v2/projects/%s/queries`
sourceraw docstring

jobclj

(job {:keys [url-start url-results project-id token data sleep]
      :or {sleep 1000}})
source

job-complete?clj

source

job-idclj

source

make-reqclj

(make-req token method url params)
source

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

× close