Newer
Older
<meta xmlns="http://exist-db.org/xquery/repo">
<description>Prepares an API documentation according to the OpenAPI 3.0.2 schema and offers swagger-ui</description>
<author>Mathias Göbel</author>
<website>https://lab.sub.uni-goettingen.de</website>
<status>stable</status>
<license ref="https://spdx.org/licenses/">LGPL-3.0-or-later</license>
<copyright>true</copyright>
<type>application</type>
<target>openapi</target>
<changelog>
<change version="1.5.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li class="feat">Features
<ul style="margin-left: 15px;">
<li>customized tags via config file</li>
</ul>
</li>
</ul>
</change>
<change version="1.4.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li class="feat">Features
<ul style="margin-left: 15px;">
<li>Support multiple method annotations</li>
<li>Support a single path mapped to different functions</li>
</ul>
</li>
</ul>
</change>
<change version="1.3.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li class="feat">Features
<ul style="margin-left: 15px;">
<li>increase performance on complex applications by reduce calling inspect:inspect-module#1</li>
</ul>
</li>
<li class="bugs">Bugfixes
<ul style="margin-left: 15px;">
<li>fix call for fallback config file</li>
</ul>
</li>
</ul>
</change>
<change version="1.2.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li class="feat">Features
<ul style="margin-left: 15px;">
<li>Add a parameter for re-registration of RestXQ functions</li>
</ul>
</li>
</ul>
</change>
<change version="1.1.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li class="feat">Features
<ul style="margin-left: 15px;">
<li>add a pareser for cookie and header parameter</li>
<li>refine test modules</li>
<li>update SPDX</li>
</ul>
</li>
<change version="1.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li class="feat">Features
<li>Prepares OpenAPI 3.0.2 documentation file (json)</li>
<li>Parse <a href="http://exquery.github.io/exquery/exquery-restxq-specification/restxq-1.0-specification.html">RESTXQ</a></li>
<li>Parse <a href="http://xqdoc.org/xqdoc_comments_doc.html">xqDoc</a></li>
<li>Parse <a href="http://exist-db.org/exist/apps/doc/xqsuite.xml">test annotations</a></li>
</ul>
</li>