Where/what is the specification for odata.service meta tag?
Posted
by Sam Saffron
on Stack Overflow
See other posts from Stack Overflow
or by Sam Saffron
Published on 2010-06-14T00:27:14Z
Indexed on
2010/06/14
0:32 UTC
Read the original article
Hit count: 570
I would like to add some tags to our web app to enable auto-discovery of our odata feeds.
So for example Nerd Dinner has the following tag:
<link rel="odata.service" title="NerdDinner.com OData Service" href="/Services/OData.svc" /><link rel="odata.feed" title="NerdDinner.com OData Service - Dinners" href="/Services/OData.svc/Dinners" />
The trouble is that I have 4 different feeds and am unclear if I am allowed to add multiple link rel="odata.service"
to the document.
Where is the specification for this meta tag?
(follow on question, are there any apps that take advantage of this tag that I can use to test out behavior)
© Stack Overflow or respective owner