Fork me on GitHub
#ring-swagger
<
2015-12-30
>
natural17:12:24

Hi everyone! I'm having a problem with the GET* macro, is this a good place to ask for help?

natural18:12:55

works: (GET* "/" [] :summary "" :responses {200 {:description "roger!"}}) does not work: `(def standard-responses {200 {:description "OK"} 204 {:description "No content"} 400 {:description "Malformed request"} }) (GET* "/" [] :summary "" :responses standard-responses)` produces: IllegalArgumentException Don't know how to create ISeq from: clojure.lang.Symbol clojure.lang.RT.seqFrom (RT.java:528)