I am getting this error :
{"errors":{"time_type":"missing-required-key","description":"missing-required-key"}}
calling a POST from curl
google only turns up a guy who had issues with uppercase uri's
@llsouder try the curl example from swagger-ui (given after the api has been invoked via the form)
@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
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>
luminus and swagger don't play nice together?