In JFrog Artifactory, how do you perform a GET request for the latest version in a Nuget repository.
We have tried the below method but I don't think its meant for Nuget repos. GET
GET http://localhost:8081/artifactory/ivy-local/org/acme/[RELEASE]/acme-[RELEASE].jar
The snippet is from https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-RetrieveLatestArtifact