Liking cljdoc? Tell your friends :D

contentql.core


create-connectionclj/s

(create-connection {:keys [space-id access-token environment mode]})

Config is {:space-id "xxx" :access-token "xxx" :mode :live :environment "xxx"} :mode can be :live or :preview

Config is `{:space-id "xxx" :access-token "xxx" :mode :live :environment "xxx"}`
`:mode` can be `:live` or `:preview`
sourceraw docstring

queryclj/s

(query conn query)
source

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

× close