reitit/examples/ring-malli-lite-swagger
Tommi Reiman d926ef7591 0.7.2
2024-08-30 18:05:18 +03: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 0.7.2 2024-08-30 18:05:18 +03: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