Fork me on GitHub
#ring-swagger
<
2016-03-21
>
trieloff15:03:17

Hi, is there a way to pass extension data into compojure-api? In particular, I would like to append a x-amazon-apigateway-integration node to a method, as shown here: http://docs.aws.amazon.com/apigateway/latest/developerguide/api-as-lambda-proxy-export-swagger-with-extensions.html

ikitommi15:03:58

@trieloff you can use either :swagger to pass in any swagger data, or you could create your own meta-data handler

trieloff15:03:18

@ikitommi thanks, I will try that.