<div dir="ltr"><div><div><div><div><br></div>Hello,<br><br></div>I believe the documentation you're looking for is at this page:<br><a href="http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bug.html#search">http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bug.html#search</a><br><br></div>For your case, this is the url to request<br><a href="https://bugs.kde.org/jsonrpc.cgi?method=Bug.search¶ms=[{">https://bugs.kde.org/jsonrpc.cgi?method=Bug.search¶ms=[{</a>"product":["kate"],"limit":10,"offset":10}]<br></div><div><div><div><div><div>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.)<br><br></div><div>Take care there's a Python module for Bugzilla here:<br><a href="https://pypi.python.org/pypi/python-bugzilla/1.1.0">https://pypi.python.org/pypi/python-bugzilla/1.1.0</a><br></div><div>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.<br></div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 24, 2015 at 4:51 AM, Ben Cooksley <span dir="ltr"><<a href="mailto:bcooksley@kde.org" target="_blank">bcooksley@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, Feb 24, 2015 at 2:58 PM, Duany Dreyton Bezerra Sousa<br>
<<a href="mailto:duany.dreyton@ifpi.edu.br">duany.dreyton@ifpi.edu.br</a>> wrote:<br>
> Hello.<br>
<br>
Hi Duany,<br>
<br>
><br>
> 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?<br>
<br>
Whilst I'm not familiar with the JSON RPC API offered by Bugzilla, it<br>
would be helpful to know what sort of information you are looking at<br>
retrieving first.<br>
>From this we can then determine the most appropriate way of getting<br>
you that information :)<br>
<br>
><br>
> Thank you.<br>
><br>
> Duany Dreyton Bezerra Sousa<br>
<br>
Thanks,<br>
Ben Cooksley<br>
KDE Sysadmin<br>
_______________________________________________<br>
kde-www mailing list<br>
<a href="mailto:kde-www@kde.org">kde-www@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-www" target="_blank">https://mail.kde.org/mailman/listinfo/kde-www</a><br>
</blockquote></div><br></div></div></div></div></div></div></div>