Liking cljdoc? Tell your friends :D

corona.utils


create-admin-urlclj

(create-admin-url config & [uri])
source

create-client-urlclj

(create-client-url config & [uri])

Usage: (create-client-url {:host "localhost" :port 8983 :path "/solr" :core :tmdb}) ;=> http://localhost:8983/solr/tmdb

Usage:
(create-client-url {:host "localhost" :port 8983 :path "/solr" :core :tmdb})
;=>  http://localhost:8983/solr/tmdb
sourceraw docstring

default-http-configclj

Needs a custom :core value

Needs a custom :core value
sourceraw docstring

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

× close