Liking cljdoc? Tell your friends :D

restql.core.statement.url-utils


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

dissoc-path-paramsclj

(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
sourceraw docstring

extract-url-parametersclj

(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
sourceraw docstring

filter-explicit-query-paramsclj

(filter-explicit-query-params url params)
source

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