-
Notifications
You must be signed in to change notification settings - Fork 1
/
openapi-config.xml
57 lines (57 loc) · 2.29 KB
/
openapi-config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?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="https://vicav.acdh-ch-dev.oeaw.ac.at">current ACDH-CH dev server</server>
<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://virtserver.swaggerhub.com/ctot-nondef/Vicav/1.0.0">SwaggerHub API Auto Mocking</server>
</servers>
<tags>
<tag name="vleserver-api" method="exclusive">
API Problem and JSON HAL based API for querying dictionary like XML datasets.
<function name="_:getRoot"/>
<function name="_:getDicts"/>
<function name="_:getDictDictName"/>
<function name="_:getDictDictNameEntries"/>
<function name="_:getDictDictNameEntry"/>
</tag>
<tag name="_" method="hidden">
<function name="_:createDict"/>
<function name="_:deleteDictDictName"/>
<function name="_:getDictDictNameDictUsers"/>
<function name="_:createDictBackup"/>
<function name="_:restoreDict"/>
<function name="_:createEntry"/>
<function name="_:changeEntry"/>
<function name="_:changeEntries"/>
<function name="_:deleteDictDictNameEntry"/>
<function name="_:getDictDictUserUsers"/>
<function name="_:createUser"/>
<function name="_:getDictDictNameUser"/>
<function name="_:deleteDictDictNameUser"/>
<function name="_:getDictDictUserEntries404"/>
<function name="_:getDictDictUserEntry404"/>
<function name="_:getDictDictNameEntryIDChanges"/>
<function name="_:getDictDictNameEntryIDChange"/>
</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>