简体   繁体   English

无法使用REST API访问Nexus Repository Manager 3

[英]Cannot access Nexus Repository Manager 3 with the REST API

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. 我为2.11版的Nexus Repository Maanager编写了许多脚本,其中使用REST API上载和下载了多个组件。

Now, it was upgraded to the version 3.1 and neither scripts work well. 现在,它已升级到版本3.1,并且两个脚本都无法正常运行。 I always get the response code 404 Not Found. 我总是收到响应代码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 我在文档中发现应该安装Nexus Core API插件,但在Nexus Repository Manager 3上找不到任何插件。

How can i use all of the scripts with the version 3.1? 我如何在3.1版中使用所有脚本? Any idea? 任何想法?

The link you reference is for the Nexus 2.x documentation. 您引用的链接适用于Nexus 2.x文档。 Nexus Repository Manager 3.x does not currently have a REST API, however it is on the roadmap. Nexus Repository Manager 3.x当前尚没有REST API,但仍在发展中。 At current time you could look at using the Provisioning/Scripting API to accomplish what you intend to do. 目前,您可以考虑使用Provisioning / Scripting API完成您打算做的事情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM