sngular / scs-multiapi-plugin

This is a Maven plugin designed to help developers automatizing the creation of code classes from YML files based on AsyncApi and OpenAPI.
http://sngular.com
Mozilla Public License 2.0
48 stars 10 forks source link

formParams map is always empty when callMode = true #340

Closed oscar-ares closed 6 months ago

oscar-ares commented 7 months ago

It's impossible to do a request with a "multipart/form-data" or "application/x-www-form-urlencoded" body with a generated class with callMode = true, because a formParams map is created but nothing gets added to it.