ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.export / WebHookConfig

WebHookConfig

data class WebHookConfig

Constructors

Name Summary
<init> WebHookConfig(url: String, onFailure: OnWebHookFailureBehavior = OnWebHookFailureBehavior.RESEND_ON_NEXT_TRIGGER, exportFormat: ExportFormat, authentication: HttpAuthentication)

Properties

Name Summary
authentication val authentication: HttpAuthentication
exportFormat val exportFormat: ExportFormat
onFailure val onFailure: OnWebHookFailureBehavior
url List of web hook URLs where the results get sentval url: String

Extension Functions

Name Summary
callWebHook suspend fun WebHookConfig.callWebHook(projectID: String, document: Document): Unit