joolfe / postman-to-openapi

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

How to read directly from JSON string #171

Closed avneesh99 closed 2 years ago

avneesh99 commented 2 years ago

From the docs it seems that the function takes only filename as input. Is there way to read directly from postman collection JSON string.

joolfe commented 2 years ago

Added this feature in version 2.1.0

avneesh99 commented 2 years ago

Thank you!!!