This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-29
Channels
- # admin-announcements (2)
- # beginners (20)
- # boot (139)
- # cider (6)
- # clara (1)
- # cljs-dev (7)
- # cljsrn (4)
- # clojure (160)
- # clojure-berlin (1)
- # clojure-canada (6)
- # clojure-gamedev (1)
- # clojure-japan (7)
- # clojure-russia (14)
- # clojure-spec (90)
- # clojure-uk (10)
- # clojurescript (73)
- # clojutre (1)
- # conf-proposals (8)
- # crypto (67)
- # cursive (9)
- # datomic (6)
- # editors-rus (1)
- # events (1)
- # figwheel (6)
- # funcool (2)
- # hoplon (19)
- # instaparse (37)
- # kekkonen (4)
- # lein-figwheel (2)
- # leiningen (5)
- # luminus (1)
- # off-topic (1)
- # om (10)
- # onyx (60)
- # protorepl (2)
- # re-frame (81)
- # reagent (10)
- # ring-swagger (15)
- # rum (6)
- # specter (17)
- # test-check (10)
- # uncomplicate (31)
- # untangled (12)
- # yada (6)
New versions of both ring-swagger & compojure-api. Lot’s of fixes, thanks for all the contributors! https://github.com/metosin/ring-swagger/blob/master/CHANGELOG.md#02210-2982016 & https://github.com/metosin/compojure-api/blob/master/CHANGELOG.md#118-2982016
also, there is a routing wiki page for c-api: https://github.com/metosin/compojure-api/wiki/Routing
btw, I have a question. is there a way to ignore a resource and not generate the swagger spec for it?
you can either wrap the routes in undocumented
or add :no-doc true
into a context or an endpoint.
I couldn’t find the undocumented example on the docs. would it make sense to add it there?