nestia
nestia copied to clipboard
How can i change method name which is generated in sdk with command @nestia/migrate
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?
No way to configure custom function name in current @nestia/migrate.
If you have any idea, would you suggest me?