- wrote openapi schema - re-implemented api endpoint following openapi schema - intensified and improved working with Result objects Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
7 lines
151 B
Kotlin
7 lines
151 B
Kotlin
description = "OpenCloudCal : API"
|
|
|
|
dependencies {
|
|
implementation("de.srsoftware:tools.util:1.3.0")
|
|
implementation("org.json:json:20240303")
|
|
}
|