reitit/examples/ring-malli-swagger
Tommi Reiman 43e1a520d6 0.5.5
2020-07-15 11:28:11 +03:00
..
resources copy spec-example for malli 2019-12-28 00:52:40 +02:00
src/example 0.5.4 (with latest malli) 2020-07-13 11:08:19 +03: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 0.5.5 2020-07-15 11:28:11 +03:00
README.md example of malli coercion 2019-12-28 02:39:47 +02:00
swagger.png copy spec-example for malli 2019-12-28 00:52:40 +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