swagger-typescript-api
swagger-typescript-api copied to clipboard
underscore in operation id
input json file:
operationId": "sample_getInfo
expected output:
sample_getInfo
actual output:
sampleGetInfo
Please add option like "--allow-special-character".
I guess you can do it with using hooks or templates