Request information on JSON RPC API

Ahmed Fathy Hussein alwahsh.ahmed at gmail.com
Tue Feb 24 09:59:00 UTC 2015


Hello,

I believe the documentation you're looking for is at this page:
http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bug.html#search

For your case, this is the url to request
https://bugs.kde.org/jsonrpc.cgi?method=Bug.search&params=[{
"product":["kate"],"limit":10,"offset":10}]
This would skip the first 10 bugs(due to the offset) and get you the first
10(due to the limit) bugs after them for product kate(You can try it in
your browser to see the result.)

Take care there's a Python module for Bugzilla here:
https://pypi.python.org/pypi/python-bugzilla/1.1.0
but it uses XMLRPC not JSONRPC but there'd be no difference in that case. I
didn't test the python module with KDE's instance of Bugzilla though.


On Tue, Feb 24, 2015 at 4:51 AM, Ben Cooksley <bcooksley at kde.org> wrote:

> On Tue, Feb 24, 2015 at 2:58 PM, Duany Dreyton Bezerra Sousa
> <duany.dreyton at ifpi.edu.br> wrote:
> > Hello.
>
> Hi Duany,
>
> >
> > My name is Duany Dreyton and I am student of the Master's Program in
> Computer Science at the State University of CearĂ¡ - Brazil. I'm researching
> new ways of contributing to open source projects, and would like to have
> access to the list of Kate text editor bugs. I discovered that I can access
> it through the API JSON RPC available. Could you help me with some
> documentation and examples on how to use this API with Python?
>
> Whilst I'm not familiar with the JSON RPC API offered by Bugzilla, it
> would be helpful to know what sort of information you are looking at
> retrieving first.
> From this we can then determine the most appropriate way of getting
> you that information :)
>
> >
> > Thank you.
> >
> > Duany Dreyton Bezerra Sousa
>
> Thanks,
> Ben Cooksley
> KDE Sysadmin
> _______________________________________________
> kde-www mailing list
> kde-www at kde.org
> https://mail.kde.org/mailman/listinfo/kde-www
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-www/attachments/20150224/58fdc94c/attachment.html>


More information about the kde-www mailing list