Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support global custom operationId generation hook #87

Open
siyb opened this issue Jun 30, 2021 · 0 comments
Open

Support global custom operationId generation hook #87

siyb opened this issue Jun 30, 2021 · 0 comments

Comments

@siyb
Copy link

siyb commented Jun 30, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants