1.0.2 ā€¢ Published 4 years ago

postman-documentor v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

A package that converts Postman API collection v2.1 into a proper documentated PDF file. This package assumes you have collection with sub folders at only root level. For ex: Collection quiz contains 3 sub collection folders Students, Parents and Teacher.

Install

npm i postman-documentor

Usage

    var documentor=require("postman-documentor");
    let filepath="collection.json";
    documentor(filepath);

Output

Output filename will be generated in a folder name "output" and filename will be documentation.pdf.

Run tests

npm run test

Author

šŸ‘¤ Prabhjot Singh

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Prabhjot Singh. This project is ISC licensed.