Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet 5.3 Nuget API v2?
-
According to
https://docs.inedo.com/docs/proget/feeds/nuget
it is possible to use
https://«proget-server»/api/v2/package/«feed-name»/«packageName»/«versionNumber[optional]»However ProGet does not seem to acknowledge any feed with
http://serverurl>/api/v2/package/<myfeedname>/<packagename>Is this feature gone from ProGet 5.3?
-
Hello;
That was a mistake/typo in the docs, which i've since corrected;
https://github.com/Inedo/inedo-docs/commit/cd7091e8eaf37939949d0681f137a78d579acbc6
The correct url is https://«proget-server»/«feed-name»/«packageName»/«versionNumber[optional]»
But note, that's only for NuGet package. You can easily find the download url for any package from the UI, by looking at the Download button on the package page.
Cheers,
Alana