最新的Sonatype Nexus OSS REST API在哪里?

use*_*825 6 api nexus sonatype

我总是使用这个页面:http://nexus.xwiki.org/nexus/nexus-core-documentation-plugin/core/docs/index.html,但它的子页面现在无法打开(404 - Not Found).谁知道最新的API页面位于何处?

Man*_*ser 6

REST API当然仍然是Nexus的一部分.由于API有时会发生变化,您应该在自己的Nexus实例和版本中查找它!您可以使用Restlet 1x插件在插件控制台中找到它.

更多细节在这里:http://books.sonatype.com/nexus-book/reference/confignx-sect-plugins.html

If you want to have a local copy and e.g. your admin does not give you access, you can just start up a fresh install of Nexus on your machine locally. You will be admin on that fresh install and be able to see the docs. Also keep in mind you pretty much need the REST API only if you are developing some sort of integration. If you are doing that you should test against a local Nexus instance anyway... so you will have the docs right there.

Also if you know the entry point to the docs you can access them directly. E.g. https://oss.sonatype.org/nexus-restlet1x-plugin/default/docs/index.html