Add API documentation using OpenAPI and SwaggerUI

This commit is contained in:
2026-02-01 01:45:18 +01:00
parent 3ca0514b7a
commit 1f62fe6f66
3 changed files with 83 additions and 12 deletions

View File

@@ -32,3 +32,5 @@ The following links proved more than useful when working on this assignment:
* <https://clojurecivitas.github.io/malli/elements_of_malli.html>
* <https://github.com/metosin/reitit/blob/master/doc/coercion/malli_coercion.md>
* <https://cljdoc.org/d/com.github.seancorfield/next.jdbc/1.3.1086/doc/getting-started>
* <https://cljdoc.org/d/metosin/reitit/0.10.0/doc/ring/swagger-support>
* <https://www.baeldung.com/clojure-ring>