Auto generated collection (Like APIdoc)

Hi.
There is a way to create auto-generated collection using postman?
I am taking about something like APIdoc: https://apidocjs.com

The main goal is to generate the collection for each version deployment of our project (via Jenkins).
I want to create decorator for each Flask route and to create the postman collection automatically.

Thanks!

Hey @ohad,

There’s actually a project I found on npm that outputs Postman collections from apidoc API annotations. This might work for your needs: https://github.com/panz3r/apidoc-postman.

Best,

Kevin

Thanks kevin, I will check this.
I am wondering why postman don’t suggest official tool to do that :frowning: