DoclerLabs / api-client-generator

API client generator is a console application capable of generating an API client based on OpenAPI(Swagger) specification.
MIT License
31 stars 19 forks source link

fix operation id with dashes #107

Closed vsouz4 closed 6 months ago

zedorg commented 6 months ago

Maybe we could add the case, of dash in operationId, to the https://github.com/DoclerLabs/api-client-generator/blob/master/test/suite/functional/Input/ParserTest.php#L47 So a related test will also cover, beside the thing that the changed spec is working also. But it is a bit "hidden" in this way.