UritemplateSourceThe type of a variable that can be templated
Templates the given string using the provided variables. Compliant to level 4. See RFC6570
A shorthand for template_uri when all variables are single strings
val template_uri_with_lists :
template:string ->
variables:(string * string list) list ->
stringA shorthand for template_uri when all variables are lists of strings
val template_uri_with_assoc_list :
template:string ->
variables:(string * (string * string) list) list ->
stringA shorthand for template_uri when all variables are association lists