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
I would like to know if OpenAPI Generator supports customizing API class names based on a specific OpenAPI field instead of relying on the tags field.
Use Case
In our OpenAPI definition, we have a custom field (e.g., x-api-tags) that categorizes endpoints more effectively than tags. We would like API classes to be generated using this field rather than tags.
Questions
Is there an existing way to configure OpenAPI Generator to use a custom field for API class naming?
If not, would this be feasible via a custom generator or templating?
Is this something that could be considered as an enhancement to OpenAPI Generator?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
Hello,
I would like to know if OpenAPI Generator supports customizing API class names based on a specific OpenAPI field instead of relying on the tags field.
Use Case
In our OpenAPI definition, we have a custom field (e.g., x-api-tags) that categorizes endpoints more effectively than tags. We would like API classes to be generated using this field rather than tags.
Questions
Is there an existing way to configure OpenAPI Generator to use a custom field for API class naming?
If not, would this be feasible via a custom generator or templating?
Is this something that could be considered as an enhancement to OpenAPI Generator?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: