-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add interactive OpenAPI documentation
- Loading branch information
Mau Zsofia Abraham
committed
Jun 25, 2023
1 parent
806abc7
commit 3c09849
Showing
5 changed files
with
80 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<package xmlns="http://expath.org/ns/pkg" | ||
name="urn:vicav" | ||
abbrev="vicav" | ||
version="0.3.0" | ||
spec="1.0" | ||
xml:id="vicav"> | ||
<title>VICAV</title> | ||
<dependency processor="http://basex.org" semver-min="9.2"/> | ||
<xquery> | ||
<namespace>urn:vicav</namespace> | ||
<file>vicav.xqm</file> | ||
</xquery> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<config xmlns="https://lab.sub.uni-goettingen.de/restxqopenapi"> | ||
<info> | ||
<termsOfService>https://example.com/terms-of-use</termsOfService> | ||
<contact> | ||
<email>[email protected]</email> | ||
</contact> | ||
</info> | ||
<servers> | ||
<server url="http://localhost:8984/">Local development server</server> | ||
<server url="https://vicav.acdh.oeaw.ac.at/">current ACDH-CH prod server</server> | ||
<server url="https://vicav.acdh-ch-dev.oeaw.ac.at/vicav">current ACDH-CH dev server</server> | ||
<server url="https://virtserver.swaggerhub.com/ctot-nondef/Vicav/1.0.0">SwaggerHub API Auto Mocking</server> | ||
</servers> | ||
<tags> | ||
<tag name="noauth" method="exclusive"> | ||
Operations available without authentication | ||
</tag> | ||
</tags> | ||
<!-- if you have any authentication: httpBasic info generation is implemented at the moment: > | ||
<components> | ||
<securitySchemes> | ||
<securityScheme name="httpBasic"> | ||
This service uses HTTP Basic authentication. | ||
<type>http</type> | ||
<scheme>basic</scheme> | ||
</securityScheme> | ||
</securitySchemes> | ||
</components> | ||
<security> | ||
<SecurityRequirement name="httpBasic"/> | ||
</security> <!- --> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<meta xmlns="http://exist-db.org/xquery/repo"> | ||
<description>Vienna Corpus of Arabic Varieties</description> | ||
<author>Austrian Centre for Digital Humanities</author> | ||
<website>https://vicav.acdh.oeaw.ac.at</website> | ||
<status>development</status> | ||
<license ref="https://spdx.org/licenses/">MIT</license> | ||
<copyright>true</copyright> | ||
<type>application</type> | ||
<target>vicav</target> | ||
<changelog> | ||
<change version="0.0.1"> | ||
<ul xmlns="http://www.w3.org/1999/xhtml"/> | ||
</change> | ||
</changelog> | ||
</meta> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters