Expose task to return OpenAPI generator inputs
Extract the parsing of the SBT settings from openApiGenerate into a separate SBT task (openApiGenerateInputs) which returns a org.openapitools.codegen.ClientOptInput.
This new task is useful for building non-trivial code generation workflows, where e.g. we want to call the OpenAPI generator multiple times with small variations on the provided settings.
Hi @wing328, any thoughts on this?
thanks for the PR. we definitely welcome enhancements.
i wonder if you can add a test or 2 to cover this change as part of this PR.
@pedropramos would you still like to get this PR merged?
I assume you've tested it locally so I think we can go ahead to give it a try