How to get archive subscriptions

Asked by Javier Collado

Hello,

I'm trying to write a simple script similar to add-apt-repository,
but that it's able to handle private PPAs also.

Exploring the API, I've been able to get the teams for a person
and the PPAs for each team. However, in the PPA (archive) object
I've not been able to get the subscriptions for a person.

It seems it's possible to create a new subscriptions through newSubscription
method, but I'd like to get subscriptions that are already in place
such as the ones obtained in:
https://edge.launchpad.net/~<login>/+archivesubscriptions

Is there any way to do that?

Best regards,
    Javier

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Diogo Matsubara
Solved:
Last query:
Last reply:
Revision history for this message
Best Diogo Matsubara (matsubara) said :
#1

Currently this is not possible. I turned your question into a bug report and then you'll be notified about the resolution of the bug.

Thanks,

Diogo

Revision history for this message
Javier Collado (javier.collado) said :
#2

Thanks Diogo Matsubara, that solved my question.