reitit/examples/ring-malli-swagger
2025-10-24 15:52:47 +03:00
..
resources copy spec-example for malli 2019-12-28 00:52:40 +02:00
src/example Correct "effects" to "affects" in comments & docs 2023-10-13 21:10:20 +01:00
test/example Add clj-kondo and fix most linting warnings 2020-03-05 13:32:48 +02:00
.gitignore copy spec-example for malli 2019-12-28 00:52:40 +02:00
project.clj Release 0.9.2-rc1 2025-10-24 15:52:47 +03:00
README.md doc: update examples/ring-malli-swagger 2023-05-03 17:17:25 +03:00
swagger.png doc: update examples/ring-malli-swagger 2023-05-03 17:17:25 +03:00

reitit-ring, malli, swagger, openapi 3

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-2023 Metosin Oy