ring-swagger

ring-swagger & compojure-api
llsouder 2018-10-26T13:25:29.000600Z

I am getting this error :

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

llsouder 2018-10-26T13:25:50.000900Z

calling a POST from curl

llsouder 2018-10-26T13:26:30.001500Z

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

ikitommi 2018-10-26T13:41:06.005Z

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

llsouder 2018-10-26T19:31:03.010600Z

@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

llsouder 2018-10-26T21:04:16.012Z

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

500 : {"type":"unknown-exception","class":"java.lang.AbstractMethodError"} <http://localhost:3000/swagger.json>

llsouder 2018-10-26T21:04:38.012400Z

luminus and swagger don't play nice together?