Skip to content

0.15.0

Compare
Choose a tag to compare
@Deraen Deraen released this 10 Aug 12:55
· 1509 commits to master since this release
  • Use latest ring-swagger
  • :body and others no langer take description as third param, instead use :body [body (describe Schema "The description")]
    • describe works also for Java classes :query-params [x :- (describe Long "first-param")]
    • And inside defschema (s/defschema Schema {:sub (describe [{:x Long :y String}] "Array of stuff")})