Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们不仅希望共享通过 Mule 应用程序中的 apikit 组件提供的 API 控制台,还希望共享原始 RAML 文件,以便消费者可以基于 RAML 创建自己的客户端。据我所知,没有用户友好的方式可以从 APIKit 控制台下载已发布的原始 RAML 文件。我刚刚发现可以指向 /api url 并使用“application/raml+yaml”内容类型执行 GET,但它对用户不够友好。有什么线索吗?谢谢
至少在 Mule 4.3.0(可能更早)中,您可以附加?api到控制台 URL,例如
?api
http://localhost:88/myproject/console/?api
您可以在 url 末尾使用 ?raml 来使用控制台的 URL。
http://myapp.cloudhub.io/api/v1/console?raml