You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2020. It is now read-only.
Originally reported by: Aaron Meurer (Bitbucket: asmeurer, GitHub: asmeurer)
One thing that the json API lacks compared to the xmlrpc API is the ordering of releases. In the json API, the releases are keys in a dictionary, and hence unordered.
The tarballs have upload times, but a release can have multiple tarballs, and also if I'm not mistaken you can upload a tarball to an old release.
The xmlrpc API has package_releases(package_name, show_hidden=False). The json API could have a package_releases key with a list of releases. I don't know how to handle hidden releases.
Originally reported by: Aaron Meurer (Bitbucket: asmeurer, GitHub: asmeurer)
One thing that the json API lacks compared to the xmlrpc API is the ordering of releases. In the json API, the releases are keys in a dictionary, and hence unordered.
The tarballs have upload times, but a release can have multiple tarballs, and also if I'm not mistaken you can upload a tarball to an old release.
The xmlrpc API has package_releases(package_name, show_hidden=False). The json API could have a package_releases key with a list of releases. I don't know how to handle hidden releases.
The text was updated successfully, but these errors were encountered: