numberly / flask2postman

:rocket: Generate a Postman collection from your Flask application
MIT License
148 stars 17 forks source link

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

Open pacud opened 5 years ago

pacud commented 5 years ago

Hey,

Could we have support for insomnia please ?

ramnes commented 5 years ago

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

ramnes commented 5 years ago

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 commented 5 years ago

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