The launchpad API docs are OMG terrible, and it took me way too long to work out how to do this, so I thought I’d document it for later. Here’s how you list all the open bugs in a launchpad project using the API: #!/usr/bin/python import argparse import os from launchpadlib import launchpad LP_INSTANCE =…
Tag: api
Juno nova mid-cycle meetup summary: the next generation Nova API
This is the final post in my series covering the highlights from the Juno Nova mid-cycle meetup. In this post I will cover our next generation API, which used to be called the v3 API but is largely now referred to as the v2.1 API. Getting to this point has been one of the more…