David Burrows
David Burrows

Reputation: 5247

Is there a Restful Blog API

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.

Upvotes: 5

Views: 1432

Answers (2)

Teo Choong Ping
Teo Choong Ping

Reputation: 12808

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

Upvotes: 0

dowski
dowski

Reputation: 3236

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".

Upvotes: 14

Related Questions