C API for Bugzilla

Daniel Berlin dberlin at dberlin.org
Wed Jun 4 21:28:14 UTC 2003


On Wednesday, June 4, 2003, at 02:09  PM, J. Paul Reed wrote:

> On 04 Jun 2003 at 10:10:46, Ferhat Ayaz moved bits on my disk to say:
>
>> This can be a way to write customized "bugzilla client"
>>
>> Thanks for your opinions
>
> Well, I don't see why everyone wants to reinvent the wheel, but in
> discussions in IRC today about how you'd do this, you could write a C 
> API
> that uses curl to contact Bugzila via our HTTP API.
>

Redhat's bugzilla has an XMLRPC API that is trivial to add to an 
existing Bugzilla (It consists of Bugzilla/RPC.pm, and xmlrpc.cgi).

You'd be better off with that than trying to use our HTTP API directly.
>




More information about the developers mailing list