joolfe / postman-to-openapi

🛸 Convert postman collection to OpenAPI
MIT License
577 stars 99 forks source link

Is there any way to define operationId for each request. #235

Closed anand-dotworld closed 1 year ago

anand-dotworld commented 1 year ago

Hi, By default operation id is not generated. This is a problem when generating sdk using the .yaml file, The name for the sdk functions are not proper. Is there a way to properly set operation Id? . Thank You

joolfe commented 1 year ago

@anand-dotworld im afraid is not possible at this moment but sounds like an interesting feature, I will have a look to implement it soon, there are no too many places in postman where add information to operations but we can also try to use the description I guess...

joolfe commented 1 year ago

@anand-dotworld added new feature in version 2.9.0 have a look to the documentation.