Skip to content
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

Support Postman Collection Format v2 (and thus Insomnia) #9

Open
pacud opened this issue Feb 19, 2019 · 3 comments
Open

Support Postman Collection Format v2 (and thus Insomnia) #9

pacud opened this issue Feb 19, 2019 · 3 comments

Comments

@pacud
Copy link

pacud commented Feb 19, 2019

Hey,

Could we have support for insomnia please ?

@ramnes
Copy link
Collaborator

ramnes commented Feb 19, 2019

Yes! Insomnia already supports Postman collections, but we need to find out why it doesn't accept the collections exported by flask2postman.

@ramnes
Copy link
Collaborator

ramnes commented Feb 19, 2019

flask2postman exports Postman v1 collections, while Insomnia only support the Postman v2 schema. We should make the output configurable and support both.

https://schema.getpostman.com/json/collection/v2.0.0/docs/index.html

@ramnes
Copy link
Collaborator

ramnes commented Feb 19, 2019

Meanwhile, you can pipe the output of flask2postman to postmanlabs/postman-collection-transformer. 🎉

@ramnes ramnes changed the title support insomnia Support Postman Collection Format v2 (and thus Insomnia) Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants