nestia icon indicating copy to clipboard operation
nestia copied to clipboard

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

Open Tokirkhokhar opened this issue 1 year ago • 1 comments

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?

Tokirkhokhar avatar Sep 03 '24 07:09 Tokirkhokhar

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

If you have any idea, would you suggest me?

samchon avatar Sep 04 '24 15:09 samchon