Files
OpenCloudCal/de.srsoftware.cal.api/build.gradle.kts
Stephan Richter 4822320961 overhauled API:
- 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>
2024-12-31 00:02:14 +01:00

7 lines
151 B
Kotlin

description = "OpenCloudCal : API"
dependencies {
implementation("de.srsoftware:tools.util:1.3.0")
implementation("org.json:json:20240303")
}