Get the URI template expander used by the client
Overrides ClientInterface::getUriTemplate
public function getUriTemplate() {
if (!$this->uriTemplate) {
$this->uriTemplate = ParserRegistry::getInstance()
->getParser('uri_template');
}
return $this->uriTemplate;
}