1

I written a lot of scripts for a Nexus Repository Maanager with the version 2.11, where i use the REST API to uploading and downloading several components.

Now, it was upgraded to the version 3.1 and neither scripts work well. I always get the response code 404 Not Found.

I found in the documentation, that the plugin Nexus Core API should be installed, but i cannot found any plugins on the Nexus Repository Manager 3

How can i use all of the scripts with the version 3.1? Any idea?

Oni1
  • 1,445
  • 2
  • 19
  • 39

1 Answers1

5

The link you reference is for the Nexus 2.x documentation. Nexus Repository Manager 3.x does not currently have a REST API, however it is on the roadmap. At current time you could look at using the Provisioning/Scripting API to accomplish what you intend to do.

DarthHater
  • 3,222
  • 25
  • 26