Generate markdown API document from Postman.
pip install ysp_postdown
- Export JSON from postman
Export your collection from Postman(Only support to Collection v2 for now). You could get a JSON file.
Run
ysp_postdown
to generate markdown document:ysp_postdown xxx.json xxx.md
And you will get your API document which is markdown formatting.