0
votes

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

1

1 Answers

0
votes

As I explained here, you will first need to deploy the artifact as a layout.

It is mentioned in the documentation here: https://www.jfrog.com/confluence/display/RTF/Deploying+Artifacts