You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
Hello there,
I am trying to get mock response in XML format.
I have specified consumes and produces to -application/xml at top of yaml file.
Request includes content-type and accepts in header as application/xml.
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
The text was updated successfully, but these errors were encountered:
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 :(
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: