joolfe / postman-to-openapi

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

fix: convert collections with `collection` wrapper attribute #162

Closed weskoerber closed 2 years ago

weskoerber commented 2 years ago

Allow converting collections with the collection wrapper attribute (e.g. collections retrieved with curl using the Postman API). See #120, #161.