reitit/examples/ring-swagger
Tommi Reiman 31116504c8 docs++
2018-08-24 18:37:32 +03:00
..
resources upload & download example 2018-08-02 16:12:32 +03:00
src/example docs++ 2018-08-24 18:37:32 +03:00
.gitignore initial example app 2018-04-20 08:30:20 +03:00
project.clj wip 2018-08-02 16:12:32 +03:00
README.md docs 2018-08-22 22:45:13 +03:00
swagger.png docs 2018-08-22 22:45:13 +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