Functions for parsing and expanding URI templates.
RFC 6570: https://tools.ietf.org/html/rfc6570
Functions for parsing and expanding URI templates. RFC 6570: https://tools.ietf.org/html/rfc6570
(expand-template template vars)
Expands the given URITemplate into a URI given the variable bindings in the vars map.
Expands the given URITemplate into a URI given the variable bindings in the vars map.
(expand-template-string template-string vars)
Parses the URI templates string then expands it into a URI given the variable bindings in the vars map.
Parses the URI templates string then expands it into a URI given the variable bindings in the vars map.
(expand-template-to-string template vars)
Expands the given URITemplate into a string given the variable bindings in the vars map.
Expands the given URITemplate into a string given the variable bindings in the vars map.
(parse-template template-string)
Parses the given URI template string.
Parses the given URI template string.
(try-parse-template template-string)
Parses the given URI template string and returns nil if invalid.
Parses the given URI template string and returns nil if invalid.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close