Public Application Repository
Back to listing of all packages
-
OpenAPI for RESTXQ
Description: Prepares an API documentation according to the OpenAPI 3.0.2 schema and offers swagger-ui Version: 1.7.0 Size: 472k Requirement: eXist-db version 4.0.0 or later Short Title: openapi-develop Package Name (URI): https://lab.sub.uni-goettingen.de/openapi4restxq-develop Author(s): Mathias Göbel License: LGPL-3.0-or-later Website: https://lab.sub.uni-goettingen.de Download: openapi-develop-1.7.0.xar Download other versions: - 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.1
- 1.3.0 (Note: Requires eXist-db version 4.6.1 or later.)
- 1.2.1 (Note: Requires eXist-db version 4.6.0 or later.)
- 1.2.0 (Note: Requires eXist-db version 4.6.0 or later.)
- 1.1.2 (Note: Requires eXist-db version 4.6.0 or later.)
- 1.0.3 (Note: Requires eXist-db version 4.6.0 or later.)
- 1.0.2 (Note: Requires eXist-db version 4.6.0 or later.)
- 1.0.1 (Note: Requires eXist-db version 4.6.0 or later.)
- 1.0.0 (Note: Requires eXist-db version 4.6.0 or later.)
Change log: 1.7.0 - Features
- add compatibility to fusiondb
- move ci test stage to service container
1.6.0 - Bugfix
- fix incorrect array parsing of %rest:produces
1.5.2 - Bugfix
- omit “null” on description
1.5.1 - Bugfix
- bugfix for string() call with multiple test annotations
1.5.0 - Features
- customized tags via config file
1.4.0 - Features
- Support multiple method annotations
- Support a single path mapped to different functions
1.3.0 - Features
- increase performance on complex applications by reduce calling inspect:inspect-module#1
- Bugfixes
- fix call for fallback config file
1.2.0 - Features
- Add a parameter for re-registration of RestXQ functions
1.1.1 - Features
- add a pareser for cookie and header parameter
- refine test modules
- update SPDX
1.0.0 - Features
- Prepares OpenAPI 3.0.2 documentation file (json)
- Parse RESTXQ
- Parse xqDoc
- Parse test annotations