mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 08:29:15 +00:00
* Changes in mustache file to include new option - New options `useSingleRequestParameter` to use a single param for the request, instead of one param per request param. * Chanes in the documentation Include new parameter `useSingleRequestParameter`. Default value = `false` to keep compatibility with previous versions. * Include script to generate samples Also included script in the script that runs all * Generate new samples - Previous samples have a minor change (one line is deleted) - New sample generated with the new parameter set to true * Include scripts for windows * Include new CLI option in codegenerator class * Change the order for the new parameter in the docs