1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
= API Documentation =
The Launchpad API documentation portal is available at
http://launchpad.dev/+apidoc. It contains summaries of the different
web service versions, and links to version-specific documents.
>>> browser.open('http://launchpad.dev/+apidoc')
>>> print extract_text(browser.contents)
Launchpad Web Service API
...
Launchpad web service API documentation
...
Active versions
...
devel: This version of the web service reflects the most recent...
...
The documentation for a specific version is located at
http://launchpad.dev/+apidoc/{version}.html.
>>> browser.open('http://launchpad.dev/+apidoc/devel.html')
>>> print browser.title
About this service
|