Skip to content

Instantly share code, notes, and snippets.

@blaine
Created September 18, 2009 09:27
Show Gist options
  • Save blaine/188969 to your computer and use it in GitHub Desktop.
Save blaine/188969 to your computer and use it in GitHub Desktop.
<?xml version=’1.0′ encoding=’UTF-8′?>
<XRD xmlns=’http://docs.oasis-open.org/ns/xri/xrd-1.0′>
<Host xmlns=’http://host-meta.net/xrd/1.0′>example.com</Host>
<Link>
<Title>Resource Descriptor</Title>
<Rel>describedby</Rel>
<URITemplate>http://example.com/api?uri={%uri}</URITemplate>
</Link>
<Link>
<Title>Resource Descriptor</Title>
<Rel>describedby</Rel>
<URITemplate>http://example.com/users?uri={%uri}</URITemplate>
</Link>
<Link>
<Title>Resource Descriptor</Title>
<Rel>describedby</Rel>
<URITemplate>http://example.com/api?shorten={%uri}</URITemplate>
</Link>
<Link>
<Title>Resource Descriptor</Title>
<Rel>describedby</Rel>
<URITemplate>http://example.com/api?directory={%uri}</URITemplate>
</Link>
</XRD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment