Open renmak opened 8 years ago
This seems to be an issues of swagger-express-middleware. Arrays and objects are always sent as JSON.
Yeah, this is a big item on the "to-do" list for Swagger Express Middleware. I just don't have the time to implement it right now. Busy as hell at work :(
Hello there, I am trying to get mock response in XML format.
However i get response in JSON format. I am seeing following message in console. WARNING! GET /cars produces the MIME types that are not supported (application/xml). Using "json" instead