You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better example handling. All examples on a Postman Request now get converted to request and response examples in OpenAPI. The derived schemas get merged.
Better operation handling. If Postman requests utilize the same endpoint, the OpenAPI operations get merged together with no information loss.
GraphQL requests are now supported (weird, I know, but the community asked for it and contributed)
The CLI has moved to its own package. If installing from cargo, you now have to cargo install postman2openapi-cli
The repo now has a devcontainer if that's your thing.
All Rust and JavaScript packages have been published. Binary downloads of the CLI are also available via GitHub releases.