praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
683 stars 121 forks source link

Use better API to get version list #105

Open praeclarum opened 4 years ago

praeclarum commented 4 years ago

Just curious, why are you using the package metadata (registration) API to get the list of versions? FYI, you can also get the list of versions using the package content (flat container) API or the autocomplete API:

Originally posted by @loic-sharma in https://github.com/praeclarum/FuGetGallery/pull/101#issuecomment-594167704