[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Indicate entry in Collection Feed is full representation
On Dec 2, 2007 7:36 AM, Brian Smith <brian@xxxxxxxxxxxxxx> wrote:
> [..] In order to be really useful, an extension like you mention would have to assure the client that it replace the conditional GET on the entry resource with a (conditional) GET on the feed.
I agree, for the entry update scenario, the total round-trips turns
out to be same. But I'm not quite understand the last sentence, can
you elaborate a little more?
> How about an set of link relations? That way, the (abbreviated) collection feed could point to the full-content feed, and vice versa. Then the client can decide which one it wants.
I like the idea. But for now, client doesn't really need a separate
full-content feed. I mentioned the entry data is light-weight..
actually this makes almost no difference between abbreviated and
full-content.
Anyway it turns out, adding an atom:category element to label a
full-content feed will just work.
<feed>
<category scheme="http://purl.org/net/atomcat-general"
term="containsFullRepresentationEntries"/>
..
</feed>
--
Teo Hui Ming