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
Swagger-Editor configuration options:
Using the online demo at editor.swagger.io
Describe the bug you're encountering
When I try to make the request after having generated the client through https://editor.swagger.io/, I get the following response "requires explicit JsonAdapter to be registered", this happens because at the start of the request the Content-Type is set to "multipart/form-data" but then in the ApiClient class in the request function it is set to "application-json" causing the multipart/from-data request not to happen giving a client error.
Q&A
Content & configuration
Generate kolin client from online swagger editor
Example Swagger/OpenAPI definition:
Swagger-Editor configuration options:
Using the online demo at editor.swagger.io
Describe the bug you're encountering
When I try to make the request after having generated the client through https://editor.swagger.io/, I get the following response "requires explicit JsonAdapter to be registered", this happens because at the start of the request the Content-Type is set to "multipart/form-data" but then in the ApiClient class in the request function it is set to "application-json" causing the multipart/from-data request not to happen giving a client error.
To reproduce...
Steps to reproduce the behavior:
Expected behavior
Make a "multipart/form-data" request
The text was updated successfully, but these errors were encountered: