It would be useful to have a simple REST API that can be called from each repo’s home page to list all the packages the repo has produced, without the need for devs to install any tool and figure out how to find the packages in it.
For example, I can easily see what SourceLink packages have been published to NuGet.org by sending this query: https://www.nuget.org/packages?q=Microsoft.SourceLink
We should have something similar for dotnet-core feed.
It would be useful to have a simple REST API that can be called from each repo’s home page to list all the packages the repo has produced, without the need for devs to install any tool and figure out how to find the packages in it.
For example, I can easily see what SourceLink packages have been published to NuGet.org by sending this query:
https://www.nuget.org/packages?q=Microsoft.SourceLinkWe should have something similar for dotnet-core feed.