reitit/examples/ring-swagger/README.md
Tommi Reiman e2da118de7 docs
2018-08-22 22:45:13 +03:00

512 B

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