8 of 11
Create your own applications that work directly with QuickBuild. Join the beta of our RESTful web services API.
We've even done the hard work for you: use our LGPL Python library — launchpadlib — to manipulate data in QuickBuild just like any other Python object.
During the beta, we're exposing more and more of QuickBuild through the API. Right now the API gives you access to:
We're adding more every month. See the QuickBuild blog's API category for regular updates.
If you're a Python developer, you can access and manipulate data in QuickBuild as though it were any other Python object.
people = launchpad.people
salgado = people['salgado']
print salgado.display_name
# Guilherme Salgado
You can be up and running in minutes, without having to make any API calls directly. Read more about launchpadlib >.
Before the API will give your software access to QuickBuild data, your user needs to log into their QuickBuild account. QuickBuild handles that for you, using OAuth, by opening an authentication page in your user's web browser. They can then choose what access to grant your software, from reading only public data through to full read-write access.