File uploads in generated Go client
Added
- Support for file uploads in Go client (streaming implementation optimized for large files).
- STDIN support (with
-
as file name) for schema loading. - Dependencies updated.
Fixed
- Formatting in JS client.
- Non-JSON response handling in JS client.
- Unnecessary properties (untyped/empty bodies) in Go client responses.
- Scalar named types in header parameters in Go client.