allow operationId be ignored when generating operation names by askvortcov · Pull Request #2043 · ferdikoomen/openapi-typescript-codegen
Adds a CLI parameter --useOperationId, which allows using or ignoring OperationId in the swagger and relies on the path to generate operation names.
Use path placeholders to decorate operation names.
Ignoring operation ID is handy when working with a swagger generated by springdoc-openapi, since it generates messy operation IDs when confronted with multiple possibilities of Accept header.
resolves #1525