reitit/examples/ring-malli-lite-swagger
Joel Kaasinen f4da07c222
Some checks failed
testsuite / Clojure (Java 11) (push) Has been cancelled
testsuite / Clojure (Java 17) (push) Has been cancelled
testsuite / Clojure (Java 21) (push) Has been cancelled
testsuite / ClojureScript (push) Has been cancelled
testsuite / Lint cljdoc.edn (push) Has been cancelled
testsuite / Check cljdoc analysis (push) Has been cancelled
Release 0.9.2
2025-10-28 14:57:54 +02:00
..
resources initial commit 2022-02-15 13:37:12 +02:00
src/example Correct "effects" to "affects" in comments & docs 2023-10-13 21:10:20 +01:00
test/example initial commit 2022-02-15 13:37:12 +02:00
.gitignore initial commit 2022-02-15 13:37:12 +02:00
project.clj Release 0.9.2 2025-10-28 14:57:54 +02:00
README.md initial commit 2022-02-15 13:37:12 +02:00
swagger.png initial commit 2022-02-15 13:37:12 +02:00

reitit-ring, malli, swagger

Usage

> lein repl
(start)

To test the endpoints using httpie:

http GET :3000/math/plus x==1 y==20
http POST :3000/math/plus x:=1 y:=20

http GET :3000/swagger.json

License

Copyright © 2017-2019 Metosin Oy