feech

Results 2 comments of feech

did someone find a meaningful description of the existing limits?

I had a similar issue. you need a different implementation for `isJsonMime` in ApiClient https://github.com/OpenAPITools/openapi-generator/blob/53873ff6d89340e452126207722e1aa32618550f/modules/openapi-generator/src/main/resources/Java/ApiClient.mustache#L581 basically you have 2 options either extend generated ApiClient at point you create its instance...