samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.85k stars 95 forks source link

How can i change method name which is generated in sdk with command @nestia/migrate #1012

Open Tokirkhokhar opened 2 months ago

Tokirkhokhar commented 2 months ago

Here I have generated sdk with running command npx @nestia/migrate, . Here I have successfully created SDK but methods name are not proper.

like in some method it is proper ( getById ) . but in some method it just provide name like function.post .

so which kind of configuration we can add into our swagger-json file to give proper method names in SDK?

samchon commented 2 months ago

No way to configure custom function name in current @nestia/migrate.

If you have any idea, would you suggest me?