Fork me on GitHub
#ring-swagger
<
2018-05-16
>
carocad09:05:38

@ikitommi thanks for the clear explanation of the problem. It helps to see things in context :)

kanwei16:05:55

Hey, we're trying to use a param that starts with a number for :body-params and the clojure compiler is not letting it work

kanwei16:05:15

so like :body-params [360_variable :- string?]

kanwei16:05:21

any way to make that work?

ikitommi17:05:17

would :body [{variable :360_variable} {:360_variable string?}] work?

ikitommi18:05:34

or just: :body [body {:360_variable string?}]...

ecolui21:05:08

Awesome, thanks for that advice @ ikitommi

ecolui21:05:18

We appreciate it