Liking cljdoc? Tell your friends :D

restql.core.url


dissoc-paramsclj

(dissoc-params url params)

removes all keys of the map that appear as a parameter of the url

removes all keys of the map that appear as a parameter of
the url
sourceraw docstring

extract-parametersclj

(extract-parameters url)

receives an string containing a url pattern and returns a set with all declared parameters

receives an string containing a url pattern and returns
a set with all declared parameters
sourceraw docstring

from-mappingsclj

(from-mappings mappings statement)

gets a resource url from mappings

gets a resource url from mappings
sourceraw docstring

interpolateclj

(interpolate url params)

given a parameterized url and a map with values, returns a string with a result url, with the values applied

given a parameterized url and a map with values, returns
a string with a result url, with the values applied
sourceraw docstring

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

× close