Searching for bugs with Launchpad API

Tom Berger tom.berger at canonical.com
Wed Aug 20 09:25:49 BST 2008


2008/8/20 Gerardo Curiel <gcuriel at gmail.com>:
> Hi,
>
> I've been playing with the Launchpad API for a couple of days(just after
> Debconf8 BTW). The API is very easy to use, but I'm now in a point where
> can't find some basic functionality, like retrieve bugs for a certain
> project. Can someone point me the right way to do it with launchpadlib?
> I'm looking for something like the SOAP interface for BTS[0]:
>
> bugs = launchpad.bugs
> mybugs = bugs.search(package="mercurial")
>
> for bug in mybugs:
>    print bug.title
>
> If that functionality is not present ATM, a pointer to the right way to
> do it with the WADL description file would be great :)

Hi Gerardo,

Yes, bug searching is not yet exposed through the API. We are adding
more functions as we go, and I hope we'll be able to announce the
availability of these parts of the API very soon.

Tom



More information about the launchpad-users mailing list