(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
(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
(from-mappings mappings statement)
gets a resource url from mappings
gets a resource url from mappings
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close