Launchpad REST API does not support JSONP
Bug #730321 reported by
Sandy Walsh
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
It would be nice to access Launchpad data from javascript in a client browser (so it can access LP installations that are behind a firewall). This can only really be done if the REST API supports JSONP (wrapping the JSON into a function call).
Changed in launchpad: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
I would really, really like this, too.
I tried wrapping my head around how to add this functionality myself, but I'm having trouble finding my way around. Is this something that needs to be done in lazr.restful rather than Launchpad, perhaps?