Is there a Restful Blog API - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T15:08:41Zhttp://stackoverflow.com/feeds/question/290761http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/290761/is-there-a-restful-blog-api3Is there a Restful Blog APIDavid Burrows2008-11-14T17:14:54Z2008-12-02T06:25:20Z
<p>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.</p>
http://stackoverflow.com/questions/290761/is-there-a-restful-blog-api/290769#29076911Answer by dowski for Is there a Restful Blog APIdowski2008-11-14T17:21:41Z2008-11-14T17:21:41Z<p>How about <a href="http://www.atomenabled.org/developers/protocol/#whatIsAtom" rel="nofollow">AtomPub</a>?</p>
<blockquote>
<p>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.</p>
</blockquote>
<p>It isn't limited to blogs, but blogs certainly fall under the realm of applications are used for "publishing and editing Web resources".</p>
http://stackoverflow.com/questions/290761/is-there-a-restful-blog-api/333207#333207-1Answer by Seymour Cakes for Is there a Restful Blog APISeymour Cakes2008-12-02T06:25:20Z2008-12-02T06:25:20Z<p>I don't know about REST, but have you look at MetaWeblog API? It's XML-RPC though.</p>