|
From: Kevin <ke...@dr...> - 2006-10-06 02:55:50
|
Andrew Turner wrote: > On 10/5/06, Kevin <ke...@dr...> wrote: >> Looks good. All that server side code is already there, its just a >> matter >> of exposing it via some remoting api. >> > > Right - takers? ;) > Umm.. (raises hand sheepishly...) > > THat would be a super-huge bonus! I think there is only 1 other > aggregator out there (Newsgator) that has an API. I really think we > can get huge leverage if we have an API and then work with a project > like NewsOwl (for Windows) or Vienna (for Mac OS X) to get them to do > syncing via that API. > http://gggeek.altervista.org/sw/article_20060426.html Using this howto, we can literally have the exact same server side url service both xmlrpc and jsonrpc requests. I'm liking what I see so far. The ajax addon (phpxmlrpc extras package) will autogenerate javascript functions for all methods exposed by the jsonrpc server. There's a real bonus, on the fly code generation. -Kevin |