How can I add Launchpad on my site? (Javascript)

Asked by Kristopher Ives

I want to display a list of recently reported, fixed, etc. bugs on my website. I understand that a python library exists for Launchpad, but is there any existing Javascript bindings or similar? If not, would the python library allow me to scrape information about what bugs I have recently reported or fixed?

Cheers,
Kris

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Graham Binns (gmb) said :
#1

Hi Kris,

There are number of ways you could solve this problem. You could use launchpadlib to interact with Launchpad's API using Python. You could also interact with the API directly using Javascript and JSON-encoded requests. See https://help.launchpad.net/API for details of the API.

Alternatively you could simply use RSS feeds to pull in the information you want about bugs. See https://help.launchpad.net/Feeds for details.

Hope this helps.

Can you help with this problem?

Provide an answer of your own, or ask Kristopher Ives for more information if necessary.

To post a message you must log in.