I've just been across to Dave Winer's site. Today, he's complaining about the lack of support for XML-RPC in the Newsgator roadmap. He says

...which I know from lots of experience means I have to work real hard just to try their stuff out. Too hard.

Really Dave? What tools are you using then? Here I made a post showing code that accesses the youtube API via REST and here I made a post showing code that accessed an RSS feed. As you can see the code doesn't change that much. The reason for this is that under it all the "stuff" you are dealing with is just XML. Well you know what? If I had to use an API that used XML-RPC than the code still wouldn't change that much as it's still XML under the hood.

All of which makes me wonder if using REST over XML-RPC is honestly a real hardship for Dave, or is it just that they don't support his baby (XML-RPC).

Tags: , , , ,