Skip to content

Support global custom operationId generation hook #87

Open
@siyb

Description

@siyb

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions