Fork me on GitHub
#ring-swagger
<
2016-11-11
>
bsima18:11:17

How do I extend swagger to new java types?

bsima18:11:03

thanks, exactly what I was looking for!

abarylko22:11:26

How do you add description and default values to query parameters?

abarylko22:11:04

I tried :query-params [{page :- (describe Int "Page number") 1} ... ]

mtkp23:11:02

^ that works for me... what are you seeing/not seeing?