Reputation: 1505
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?
Upvotes: 1
Views: 1868
Reputation: 3292
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.
Upvotes: 5