mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-05 00:10:56 +00:00
* 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