reitit/examples/pedestal-swagger
Tommi Reiman 945fec23a9 0.4.1
2020-01-14 21:42:47 +02:00
..
resources pedestal+reitit-http+swagger 2018-09-08 00:16:59 +03:00
src/example Check also pedestal interceptor key values, fixes #285 2019-05-23 18:53:27 +03:00
.gitignore pedestal+reitit-http+swagger 2018-09-08 00:16:59 +03:00
project.clj 0.4.1 2020-01-14 21:42:47 +02:00
README.md pedestal+reitit-http+swagger 2018-09-08 00:16:59 +03:00
swagger.png pic 2018-09-08 11:13:22 +03:00

Pedestal with reitit-http & 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 © 2018 Metosin Oy