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
OpenApiClientGen is designed for strongly typed data, and supporting FormData and upload/download is out of the inherent scope.
Handling non-json data especially upload/download could hardly be having a universal design/implementation since such operations involve fault tolerance and overall UX design, for example, the download progress handling.
It may be more flexible to provide some sort of plugin structure, for contributors of this projects and application developer to write a concrete solution for handling such scenarios.
OpenApiClientGen is designed for strongly typed data, and supporting FormData and upload/download is out of the inherent scope.
Handling non-json data especially upload/download could hardly be having a universal design/implementation since such operations involve fault tolerance and overall UX design, for example, the download progress handling.
It may be more flexible to provide some sort of plugin structure, for contributors of this projects and application developer to write a concrete solution for handling such scenarios.
related to #54
The text was updated successfully, but these errors were encountered: