API

Not logged in - Log In / Register

Revision 8 as of 2008-07-31 19:38:45

Clear message

Launchpad web services API

The Launchpad website lets you learn about and manage bugs, projects, questions, and other artifacts of software development. These same objects are gradually being exposed through a web service, so that you can access them from scripts, applications, or other websites, in addition to accessing them through the Launchpad website.

The Launchpad web service is currently in a limited beta, open to Launchpad's beta testers.

   >>> print launchpad.users['sabdfl'].display_name
   Mark Shuttleworth

   PATCH /beta/+me HTTP/1.1
   Host: api.edge.launchpad.net
   Content-type: application/json

   { "display_name" : "My new display name" }

   200 OK