Service UriTemplates

from uri-templates import UriTemplates

Port NameLocationProtocolInterfaces
iplocalUriTemplatesIface

List of Available Interfaces

UriTemplatesIface

Operation NameInput TypeOutput TypeFaultsDescription
expandExpandRequeststring-
matchUriMatchRequestMatchResponse-

Types

ExpandRequest:
Type Declaration
void {
  template[1,1]: string // 
  params[0,1]: undefined // 
}
MatchResponse:
Type Declaration
bool
UriMatchRequest:
Type Declaration
void {
  template[1,1]: string // 
  uri[1,1]: string // 
}