Fork me on GitHub
#ring-swagger
<
2018-11-02
>
ro619:11:29

@ikitommi With compojure-api, did you guys think about applying whatever :formats config is set up to the model and examples Swagger UI generates? I'm hoping to do key munging between snake and kebab case and as things are the examples will all be formatted wrong.

ro619:11:49

or maybe it won't matter in practice, the api may just accept either form if my encoder/decoder functions are right, but the whole point of my munging is to make the keys look idiomatic to JavaScript programmers, so it would be great if the generated examples were munged before being Swaggerized