Initial commit
initial commit add logo add some major funcionality add a test module embed swagger-ui minor improvements proceedings proceedings test on full example update spdx incl. Beerware typo reduce the full sample
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- .gitlab-ci.yml 60 additions, 0 deletions.gitlab-ci.yml
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- Dockerfile 5 additions, 0 deletionsDockerfile
- LICENSE 165 additions, 0 deletionsLICENSE
- README.md 80 additions, 0 deletionsREADME.md
- build.properties 8 additions, 0 deletionsbuild.properties
- build.xml 69 additions, 0 deletionsbuild.xml
- collection.xconf 6 additions, 0 deletionscollection.xconf
- content/openapi-tests-full.xqm 55 additions, 0 deletionscontent/openapi-tests-full.xqm
- content/openapi-tests-simple.xqm 104 additions, 0 deletionscontent/openapi-tests-simple.xqm
- content/openapi.xqm 326 additions, 0 deletionscontent/openapi.xqm
- controller.xql 30 additions, 0 deletionscontroller.xql
- expath-pkg.xml.tmpl 14 additions, 0 deletionsexpath-pkg.xml.tmpl
- icon.png 0 additions, 0 deletionsicon.png
- master.build.properties 2 additions, 0 deletionsmaster.build.properties
- openapi-config.xml 12 additions, 0 deletionsopenapi-config.xml
- openapi.xq 22 additions, 0 deletionsopenapi.xq
- package-lock.json 11 additions, 0 deletionspackage-lock.json
- package.json 10 additions, 0 deletionspackage.json
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
CHANGELOG.md
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
build.properties
0 → 100644
build.xml
0 → 100644
collection.xconf
0 → 100644
content/openapi-tests-full.xqm
0 → 100644
content/openapi-tests-simple.xqm
0 → 100644
content/openapi.xqm
0 → 100644
controller.xql
0 → 100644
expath-pkg.xml.tmpl
0 → 100644
icon.png
0 → 100644
40.3 KiB
master.build.properties
0 → 100644
openapi-config.xml
0 → 100644
openapi.xq
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | |||
"repository": { | |||
"type": "git", | |||
"url": "https://gitlab.gwdg.de/subugoe/opanapi4restxq" | |||
}, | |||
"license": "LGPL-3.0-or-later", | |||
"dependencies": { | |||
"swagger-ui-dist": "^3.20.8" | |||
} | |||
} |