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
Currently, the operationId is created in the following manner:
operationId: "MyController.getMyMethod"
When creating OpenAPI bindings using @openapitools/openapi-generator-cli this will result in the following client method:
MyApi.myControllerGetMyMethod()
So it would be nice if there were a way to provide a custom operationId generator to be able to adjust the operationId globally and not just per method.
The text was updated successfully, but these errors were encountered:
Currently, the
operationId
is created in the following manner:When creating OpenAPI bindings using
@openapitools/openapi-generator-cli
this will result in the following client method:So it would be nice if there were a way to provide a custom
operationId
generator to be able to adjust theoperationId
globally and not just per method.The text was updated successfully, but these errors were encountered: