openapi-generator
openapi-generator copied to clipboard
[REQ] Only generate API methods/models which are part of a certain tag.
I have an API which has both public and internal methods. I'd rather not expose the internal methods and endpoints on the public client.
It would be nice if you could only generate API code for methods which contain a certain tag.
As a workaround, what about using .openapi-generator-ignore to skip files that you don't need?
I'd have a use case for this also.