Page 1 of 1

Improved XML API

Posted: February 24th, 2008, 3:21 am
by Ancillas
I'm working on a mobile app using MIDP 2.0.  Right now, I'm able to pull information on the Queue and the current jobs being processed from sabnzbd to my phone, but I can't come up with a simple way to grab history information.  It would be nice if the history information was available through the XML api URL's.

I thought I saw an XML API tool on sourceforge.  Does anybody know anything about that?

Re: Improved XML API

Posted: February 25th, 2008, 5:37 pm
by shypike
The history is available as an RSS feed, will that do?
Look in the Wiki for more info.

Re: Improved XML API

Posted: March 18th, 2008, 4:49 pm
by Ancillas
That RSS feed is perfect.  Thank you.

Re: Improved XML API

Posted: March 18th, 2008, 5:24 pm
by huleboeren
Be sure to release this to the public once you finish it - been looking for something like this forever :)
Its a java app right?