Web-based responsive document annotation tool
activeannoservice / api.annotate / io.ktor.routing.Route
| Name | Summary |
|---|---|
| annotate | Annotate routes are used by the frontend for users that are annotators for a project. Therefore, it provides endpoints to get projects for annotation as well as documents, and endpoints to post the annotation resultsfun Route.annotate(applicationConfig: ApplicationConfig, userDAO: UserDAO, projectDAO: ProjectDAO, documentDAO: DocumentDAO): Unit |
| curate | Curate routes are used by the frontend for users that are curators for a project. Therefore, it provides endpoints to get projects for curation as well as documents, and endpoints to post the annotation resultsfun Route.curate(applicationConfig: ApplicationConfig, userDAO: UserDAO, projectDAO: ProjectDAO, documentDAO: DocumentDAO): Unit |