Strongbox 有 REST API 吗?我在哪里可以找到规范?
Does Strongbox have a REST API and where can I find the specification?
我想知道在哪里可以找到 Strongbox 的 REST API 文档,如果有的话?有人可以告诉我在哪里可以找到这个吗?
目前有两种方法可以获取 Strongbox 的 REST API 文档:
获取 strongbox-distribution 并在本地启动它。
克隆 Strongbox project, (if you're interested in developing new functionality for Strongbox) and build it (by following the build instructions here) 并在本地启动它。
然后您可以在我们的 wiki 中导航到 http://localhost:48080/docs/rest/api.html (as explained here。
免责声明:我是 Strongbox 的项目所有者。
我想知道在哪里可以找到 Strongbox 的 REST API 文档,如果有的话?有人可以告诉我在哪里可以找到这个吗?
目前有两种方法可以获取 Strongbox 的 REST API 文档:
获取 strongbox-distribution 并在本地启动它。
克隆 Strongbox project, (if you're interested in developing new functionality for Strongbox) and build it (by following the build instructions here) 并在本地启动它。
然后您可以在我们的 wiki 中导航到 http://localhost:48080/docs/rest/api.html (as explained here。
免责声明:我是 Strongbox 的项目所有者。