reitit/examples/ring-swagger
2018-05-07 08:59:21 +03:00
..
src/example Initial swagger-ui integration 2018-05-07 08:59:21 +03:00
.gitignore initial example app 2018-04-20 08:30:20 +03:00
project.clj Initial swagger-ui integration 2018-05-07 08:59:21 +03:00
README.md Support :index-files in create-resource-handler 2018-04-29 16:51:53 +03:00
swagger-ui.png Add screenshot 2018-04-29 15:22:09 +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 Metosin Oy