UriTemplates
Inclusion code:
| Service Deployment | |||
|---|---|---|---|
| Port Name | Location | Protocol | Interfaces | 
| UriTemplates documentation: | |||
| UriTemplates | - | - | UriTemplatesIface | 
List of Available Interfaces
UriTemplatesIface
Interface documentation: WARNING: the API of this service is experimental. Use it at your own risk.
| Operation Name | Input Type | Output Type | Faults | 
|---|---|---|---|
| expand | ExpandRequest | string | |
| match | UriMatchRequest | MatchResponse | 
Operation Description
expand
Operation documentation:
Invocation template:
expand@UriTemplates( request )( response )
Request type
Type: ExpandRequest
type ExpandRequest: void {
    .template: string
    .params?: undefined
}
ExpandRequest : void
- template : string
- params : any
Response type
Type: string
string : string
match
Operation documentation:
Invocation template:
match@UriTemplates( request )( response )
Request type
Type: UriMatchRequest
type UriMatchRequest: void {
    .template: string
    .uri: string
}
UriMatchRequest : void
- template : string
- uri : string
Response type
Type: MatchResponse
type MatchResponse: undefined
MatchResponse : bool