reitit/examples/ring-swagger
2018-11-11 22:31:02 +02:00
..
resources upload & download example 2018-08-02 16:12:32 +03:00
src/example Interceptors diff context, not request 2018-11-11 22:31:02 +02:00
.gitignore initial example app 2018-04-20 08:30:20 +03:00
project.clj Update to 0.2.7 with new spec-tools 2018-11-11 22:03:16 +02:00
README.md update README 2018-09-05 13:14:31 +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/math/plus x==1 y==20
http POST :3000/math/spec/plus x:=1 y:=20

http GET :3000/swagger.json

License

Copyright © 2017-2018 Metosin Oy