Liking cljdoc? Tell your friends :D

csv2rdf.uri-template

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
raw docstring

expand-templateclj

(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.
raw docstring

expand-template-stringclj

(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.
raw docstring

expand-template-to-stringclj

(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.
raw docstring

parse-templateclj

(parse-template template-string)

Parses the given URI template string.

Parses the given URI template string.
raw docstring

try-parse-templateclj

(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.
raw docstring

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

× close