ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.export / RestConfig

RestConfig

data class RestConfig

What REST endpoints to activate and how to export them

Constructors

Name Summary
<init> What REST endpoints to activate and how to export themRestConfig(exportFormat: ExportFormat, authentication: RestAuthentication)

Properties

Name Summary
authentication val authentication: RestAuthentication
exportFormat val exportFormat: ExportFormat