Fork me on GitHub
#ring-swagger
<
2018-10-26
>
llsouder13:10:29

I am getting this error :

{"errors":{"time_type":"missing-required-key","description":"missing-required-key"}}

llsouder13:10:50

calling a POST from curl

llsouder13:10:30

google only turns up a guy who had issues with uppercase uri's

ikitommi13:10:06

@llsouder try the curl example from swagger-ui (given after the api has been invoked via the form)

llsouder19:10:03

@ikitommi I am adding compojure-api.sweet routes to my luminus app so I do not have the swagger-ui. I did get sweet/GET to work but no success with a sweet/POST. I also got a compojure/POST to work with form data but I really want the json conversion

llsouder21:10:16

ugh, tried to add the swagger ui and I get cool new errors

500 : {"type":"unknown-exception","class":"java.lang.AbstractMethodError"} 

llsouder21:10:38

luminus and swagger don't play nice together?