reitit/examples/ring-swagger
2018-07-28 12:07:16 +03:00
..
src/example [:swagger :id] defaults to :reitit.swagger/default 2018-07-21 09:38:44 +03:00
.gitignore initial example app 2018-04-20 08:30:20 +03:00
project.clj 0.2.0-SNAPSHOT 2018-07-28 12:07:16 +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