Skip to content

File uploads in generated Go client

Compare
Choose a tag to compare
@vearutop vearutop released this 02 Jan 19:20
· 11 commits to master since this release
a7fa511

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.