reitit/examples/ring-spec-swagger
2018-11-18 22:31:13 +02:00
..
resources inital commit 2018-09-05 13:14:58 +03:00
src/example Update to spec-tools 0.8.0-SNAPSHOT 2018-10-21 20:06:28 +03:00
test/example test whole stack (use query-string and json-body) 2018-09-23 22:48:32 +02:00
.gitignore inital commit 2018-09-05 13:14:58 +03:00
project.clj Release 0.2.8 2018-11-18 22:31:13 +02:00
README.md minor fix in documentation 2018-09-23 12:42:12 +02:00
swagger.png inital commit 2018-09-05 13:14:58 +03:00

reitit-ring, clojure.spec, 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-2018 Metosin Oy