-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: NodeJS module - Default convert version? #816
Comments
Nevermind, I found out that there are 2 functions 'convert' and 'convertV2'. If V2 is the default, it might be good to rework the https://github.com/postmanlabs/openapi-to-postman?tab=readme-ov-file#sample-usage to use Or is there another reason to keep |
@thim81 Yeah, we've started using |
Understood, I'll create a small PR to update the readme using |
@thim81 Thanks! That would help a lot. |
Hi @VShingala
I spotted that using the openapi-to-postman as a Node module, default to
moduleVersion V1
Does this mean, that using
require('openapi-to-postmanv2')
uses the V1?The text was updated successfully, but these errors were encountered: