(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
(dissoc-path-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-url-parameters url)
given a parameterized url returns a map with :path and :query extrected variables
given a parameterized url returns a map with :path and :query extrected variables
(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 and without query params
given a parameterized url and a map with values, returns a string with a result url, with the values applied and without query params
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close