Comment 3 for bug 636017

Revision history for this message
John A Meinel (jameinel) wrote :

Right. The JSON itself does contain some of the 'files' links. To add complexity, the default
https://api.launchpad.net/devel/juju/releases
only includes 75 items, and then a link to the "next 75":

https://api.launchpad.net/devel/juju/releases?ws.size=75&memo=75&ws.start=75

Which means that the default 'releases' *doesn't* contain our latest release, since it starts at the oldest and stops before it gets to the current ones.

We could either list them descending, so you'd default to showing the latest (and then the 'first' item in the list is the latest by publication date (probably)).