another option I would like to get is to make it possible to only accept a content-type. For example, I only need the REST API with Json content, not form data.
Using --skipJsonSuffix helps a lot to not complete with long lines, but our projects doesn't need others methods.
I don't really understand you request.
The content type is obtained from the openapi definition.
Would need it together with the current and expected results.
Hi,
another option I would like to get is to make it possible to only accept a content-type. For example, I only need the REST API with Json content, not form data.
Using
--skipJsonSuffix
helps a lot to not complete with long lines, but our projects doesn't need others methods.Thanks :smile: