Is there a way to get a list of all ubuntu packages available in archive.ubuntu.com through Launchpad API. I have to programmatically get that in java. So i can't use the python launchpadlib
client.
As per the document i think following endpoint should have worked but it returns "null"
https://api.launchpad.net/devel/archives?ws.op=getByReference&reference=ubuntu/bionic
Please help!