reitit/examples/ring-malli-lite-swagger
2024-04-19 14:32:08 +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 deps: bump the deps on some examples 2024-04-19 14:32:08 +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