On Tue, Mar 27, 2012 at 4:04 AM, Ian Whyman <thev00...@gentoo.org> wrote: > On 27 March 2012 08:33, Dirkjan Ochtman <d...@gentoo.org> wrote: >> On Mon, Mar 26, 2012 at 20:44, Alec Warner <anta...@gentoo.org> wrote: >>>> Long term, we may want to consider porting pybugz to use Bugzilla's >>>> XML-RPC api to avoid such breakage. >>> >>> XML-RPC is shit. >> >> https://wiki.mozilla.org/Bugzilla:REST_API >> > > Shame that it requires custom patches to BZ, personally I think the > preferable (and offically supported) method would be JSON-RPC[1] > > Ian > > 1.http://www.bugzilla.org/docs/4.0/en/html/api/Bugzilla/WebService/Server/JSONRPC.html >
Quoting that page: Please note that everything about this JSON-RPC interface is EXPERIMENTAL. If you want a fully stable API, please use the Bugzilla::WebService::Server::XMLRPC|XML-RPC interface. This is why I suggested the XML-RPC api.