Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.03 KB

File metadata and controls

26 lines (16 loc) · 1.03 KB

uri-template / uritemplate / 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.

Parameters

uriTemplate - the URI template string

Constructors

Name Summary
<init> UriTemplate(uriTemplate: String)
Constructs a new UriTemplate instance with the provided URI template string.

Functions

Name Summary
expand fun expand(variables: Map<*, *>): URI
Expands a URI template given the input variables