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

parse-templateclj

(parse-template template-string)

Parses the given URI template string.

Parses the given URI template string.
sourceraw 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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close