Hi everyone,
I have an implementation issue about APP.
I'm writting an APP enabled CMS [1]. This CMS accepts articles and
bookmarks,
among other types of content. It's not clear for me how should I
announce
these two types in the Service Document so any client is able to
distinguish
them.
In a thread in Atom-Syntax [2] there is consensus about
representing bookmarks
as Atom Entries, so I think they should be announced as
application/atom+xml;type=entry. But this would prevent clients
that manage
both types, like Flock browser [3], to know where both types of
collections
are.