joolfe / postman-to-openapi

🛸 Convert postman collection to OpenAPI
MIT License
596 stars 104 forks source link

Why not using postmanlabs/postman-collection parser? #167

Closed rngtng closed 2 years ago

rngtng commented 2 years ago

Thanks for this great project and all the efforts. I‘m looking into something similar for httpyac. Any reason why you didn’t use https://github.com/postmanlabs/postman-collection for parsing?

joolfe commented 2 years ago

Hi @rngtng,

When I start creating this library for a concrete project we have a requirement to try to reduce the number of dependencies and this is why I start parsing the collection by myself... some time after I publish here and then start adding more and more features so that's the only reason.

Best Regards.

rngtng commented 2 years ago

ok understood. valid point :) thx