Advanced

Use postman collection json

If use postman2md library, easily convert postman collection json for testing API to markdown. And then you can use converted markdown files as API Documents of Plate. Now must use markdown converting by postman2md, future we will support postman collection json as the subject of plate. Have any interest of postman2md, see https://github.com/Plate-Project/postman2md and welcome your contributions at any time, with issues.

import postman2md
# create multi markdown file in the directory.
postman2md.convert(postman_file="example.json.postman_collection")

# create merged markdown file in the directory.
postman2md.convert(postman_file="example.json.postman_collection", multi_file=False)