Open Tokirkhokhar opened 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.
npx @nestia/migrate,
like in some method it is proper ( getById ) . but in some method it just provide name like function.post .
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.
@nestia/migrate
If you have any idea, would you suggest me?
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?