You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
While this works fine for API classes, models=true will generated all models for every API in the openapi spec.
Is this really intended that way and is selective model generation for a specific API by listing all classes for that API, like models=ModelA, ModelB (the list can be long here) the only way to solve this?
Thanks in advance for suggestions.
The text was updated successfully, but these errors were encountered:
Hi,
Given an openapi spec with multiple APIs, I'm trying to generate code (api and corresponding models) just for a specific API.
components = [apis: 'MyTaggedApi', apiDocs: false, models: true]
While this works fine for API classes,
models=true
will generated all models for every API in the openapi spec.Is this really intended that way and is selective model generation for a specific API by listing all classes for that API, like
models=ModelA, ModelB
(the list can be long here) the only way to solve this?Thanks in advance for suggestions.
The text was updated successfully, but these errors were encountered: