mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-01-19 06:17:09 +00:00
* Ruby Client for Faraday: fix file downloading In MR #16876, a bug was introduced that causes file downloading to fail for the Faraday adapter. This commit fixes the obvious missing parameter for the method call to download_file() and the missing variable `request` for saving the response value of the call to build_request(). Signed-off-by: Daniel Schnell <dschnell@grammatek.com> * Add automatically generated changes. --------- Signed-off-by: Daniel Schnell <dschnell@grammatek.com>