mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-04-27 09:24:17 +00:00
044961f481
* Pass opts argument to api client in ruby-client We want to change the option when debugging, changing timeout to specific api, etc... So we want to merge and pass options to api client. * fix ruby-client * fix openapi ruby-client * fix typo * fix template