user2297996
user2297996

Reputation: 1564

Does consuming an Atom feed require AtomPub?

I would like to create a simple endpoint which generates an Atom 1.0 or RSS 2.0 feed.

My understanding is that as long as the output is valid Atom or RSS XML, browsers and feed readers should be able to access and use this. Is this correct?

Does my endpoint have to support AtomPub protocol as well or simple HTTP GET is enough? I think AtomPub is for publishing and resource management only, right?

Thanks in advance!

Upvotes: 0

Views: 48

Answers (1)

Joe
Joe

Reputation: 31087

My understanding is that as long as the output is valid Atom or RSS XML, browsers and feed readers should be able to access and use this. Is this correct?

Yes.

I think AtomPub is for publishing and resource management only, right?

Yes.

Upvotes: 0

Related Questions