APIs
Title
Path
Version
OpenAPI
Key
<% for (api in apis) { %>
<%= api.value.api.info.title %>
<% for (server in api.value.api.servers) { %>
<%= com.predic8.membrane.core.openapi.util.UriUtil.getPathFromURL(uriFactory,server.url) %>
<%= server.description != null ? server.description : "" %>
<% } %>
<%= api.value.api.info.version %>
<%= api.value.api.openapi %>
<%= api.key %>
<% } %>
Membrane Proxy
Feel free to modify the look and feel to your taste.