What's the preferred import format for automated status-fetching?

Asked by Adam Buchbinder

The webmaster for CUPS has offered to let me write a PHP script for status-fetching. What I want to know is what the preferred format for Launchpad would be. It was stated in a previous question that it's ideal to pull the status of more than one bug at a time, and something like CSV format is ideal. That said, what I had in mind was something like:

$ curl http://www.cups.org/launchpad.php?1+2+3
1,Pending,RFE
2,Pending,MOD
3,New,LOW

This fetches the status and priority of bugs 1, 2 and 3 in one request. It can be accessed anonymously. Before I implement anything, I want to know if this is the sort of API that Launchpad wants to have when it interfaces with other bug trackers.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Björn Tillenius
Solved:
Last query:
Last reply:
Revision history for this message
Best Björn Tillenius (bjornt) said :
#1

This sounds great! Something like this would work for us in the short term, but I'll send you an e-mail, explaining a bit more about what we'd like to have, ideally.

Revision history for this message
Adam Buchbinder (adam-buchbinder) said :
#2

I've gotten the email (though this means that anyone looking for this information will have to ask again; sorry!), closing.

Revision history for this message
Adam Buchbinder (adam-buchbinder) said :
#3

Thanks Björn Tillenius, that solved my question.