Skip to content
Eliza Margaretha edited this page Apr 4, 2023 · 29 revisions

Welcome to Kustvakt Wiki!

To install and run Kustvakt, please read the description in the main page or readme.

Web-Services

All Kustvakt web-services return responses in JSON. The services are listed on the menu on the left.

Root Service URI

Kustvakt maintains API versioning by including the API version in the service URI. The root service URI with API version has the following format:

http://[host]:[port]/api/[version]

Default

http://localhost:8089/api/v1.0

Host, port and version can be defined in kustvakt.conf.

Example

server.port=8089
server.host=localhost

current.api.version=v1.0

Kustvakt can support multiple API versions. In the config file, these versions must be separated by an empty space.

supported.api.version=v1.0 v0.1

Running Kustvakt Server in an IDE

In an IDE, you can run KustvaktLiteServer or KustvaktServer as a normal Java application.

Advanced Setting

Developer Setting

Search services

Metadata services

Authentication and Authorization services

Client services

Super client services

Plugin services

User services

User group services

Virtual corpus services

Virtual corpus access services

Administrative services

Description services

Clone this wiki locally