reitit/examples/pedestal-swagger
Joel Kaasinen 373ea9bb62
Some checks are pending
testsuite / Clojure 11 (Java 11) (push) Waiting to run
testsuite / Clojure 11 (Java 17) (push) Waiting to run
testsuite / Clojure 11 (Java 21) (push) Waiting to run
testsuite / Clojure 11 (Java 25) (push) Waiting to run
testsuite / Clojure 12 (Java 11) (push) Waiting to run
testsuite / Clojure 12 (Java 17) (push) Waiting to run
testsuite / Clojure 12 (Java 21) (push) Waiting to run
testsuite / Clojure 12 (Java 25) (push) Waiting to run
testsuite / ClojureScript (push) Waiting to run
testsuite / Lint cljdoc.edn (push) Waiting to run
testsuite / Check cljdoc analysis (push) Waiting to run
Release 0.10.0
2026-01-09 10:07:15 +02:00
..
resources pedestal+reitit-http+swagger 2018-09-08 00:16:59 +03:00
src/example Remove unneeded default responses from examples 2020-05-27 08:31:02 +03:00
.gitignore pedestal+reitit-http+swagger 2018-09-08 00:16:59 +03:00
project.clj Release 0.10.0 2026-01-09 10:07:15 +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