wei18/github-rest-api-swift-openapi

Is it possible to make functions and types conform to the Swift naming convention?

Mx-Iris opened this issue · 2 comments

Is it possible to make functions and types conform to the Swift naming convention?
wei18 commented

It would be possible if we modify functions and types in the OAS each time before swift code generated.

For now, there are some discussions in the swift-openapi-generator,
please refer to the following issues for more ino.

It would be possible if we modify functions and types in the OAS each time before swift code generated.如果我们在生成Swift代码之前每次修改OAS中的函数和类型,那么这是可能的。

For now, there are some discussions in the swift-openapi-generator,目前,swift-openapi-generator中有一些讨论 please refer to the following issues for more ino.请参考以下问题以获取更多信息。

I see. Thanks for your answer