Skip to content

v2.1.211

Choose a tag to compare

@mittwald-machine mittwald-machine released this 03 Aug 19:40
· 4 commits to master since this release

Enhancements

  • Added new metadata fields for GetFileRequest and GetFileWithNameRequest to improve the documentation and type safety in generated Go clients.

Details

  • The x-go-type field was added for the accept parameter in both GetFileRequest and GetFileWithNameRequest.
  • The x-go-type field was also added for the content-disposition parameter in both GetFileRequest and GetFileWithNameRequest.

These enhancements aim to streamline integration with Go clients by providing clearer type definitions, facilitating better code generation and reducing the risk of errors during file retrieval processes.