openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[REQ] Only generate API methods/models which are part of a certain tag.

Open jamesrusso opened this issue 6 years ago • 2 comments

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.

jamesrusso avatar Jul 16 '19 20:07 jamesrusso

As a workaround, what about using .openapi-generator-ignore to skip files that you don't need?

wing328 avatar Jul 18 '19 05:07 wing328

I'd have a use case for this also.

orolhawion avatar Apr 26 '24 10:04 orolhawion