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>
<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>