UriTemplates

Inclusion code:

Service Deployment
Port NameLocationProtocolInterfaces
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 NameInput TypeOutput TypeFaults
expandExpandRequeststring
matchUriMatchRequestMatchResponse

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