reitit/examples/ring-swagger
2018-06-10 23:14:11 +03:00
..
src/example update example how to resolve body format with Muuntaja 2018-06-10 23:14:11 +03:00
.gitignore initial example app 2018-04-20 08:30:20 +03:00
project.clj 0.1.2 2018-06-06 10:43:59 +03:00
README.md Update copyrights 2018-05-20 21:45:11 +03:00
swagger-ui.png Update docs 2018-05-14 08:22:06 +03:00
swagger.png Update docs 2018-05-14 08:22:06 +03:00

Ring with Swagger example

Usage

> lein repl
(start)

To test the endpoints using httpie:

http GET :3000/api/schema/plus x==1 y==20
http GET :3000/api/spec/plus x==1 y==20

http GET :3000/api/swagger.json

License

Copyright © 2017-2018 Metosin Oy