The code generated for all api definitions can contain too much unused code.
Is there possible to generate only code for chosen api definitions? The models list to be generated should be detected automatically.
Is there 3rd party tools which can determine models list are used by rest api?
What about trimming down the OpenAPI document into smaller one to meet your requirement?
Is there supporting editors/tools which can help to split?
Got it!
Open api supports customization
Also openapi-generator-ignore can be used
Most helpful comment
What about trimming down the OpenAPI document into smaller one to meet your requirement?