vote up 3 vote down star

I can't seem to find a true restful Blog API - are there any? I'm writing some blog software and wondered if there was a standard restful API, if not I'll go buy the RESTful Web Services book and design my own.

flag

2 Answers

vote up 11 vote down check

How about AtomPub?

Atom is the name of an XML-based Web content and metadata syndication format, and an application-level protocol for publishing and editing Web resources.

It isn't limited to blogs, but blogs certainly fall under the realm of applications are used for "publishing and editing Web resources".

link|flag
AtomPub is being used in many places now, with Microsoft's Live services, Google's GData, and many blog systems. Learning it now would be a great idea. – Brian Vallelunga Nov 14 '08 at 17:40
Exactly what i was looking for - i'd forgotten Atom had a publishing spec as well, +1 stackoverflow ;) – David Burrows Nov 17 '08 at 10:29
vote up -1 vote down

I don't know about REST, but have you look at MetaWeblog API? It's XML-RPC though.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.