uri-template / uritemplate / UriTemplate
class UriTemplate
(source)
Represents a URI Template.
An instance of this class represents a URI template as defined by RFC 6570 - URI Template.
uriTemplate
- the URI template string
Name | Summary |
---|---|
<init> | UriTemplate(uriTemplate: String ) Constructs a new UriTemplate instance with the provided URI template string. |
Name | Summary |
---|---|
expand | fun expand(variables: Map <*, *>): URI Expands a URI template given the input variables |