postman2doc
postman2doc copied to clipboard
Convert postman collection.json to markdown/html/docx.
Results
3
postman2doc issues
Sort by
recently updated
recently updated
newest added
PHP Fatal error: Uncaught TypeError: Argument 1 passed to App\Postman\Request::setBody() must be of the type array, null given, called in .config/composer/vendor/mugen/postman2doc/app/Postman/Request.php on line 58
Hello, After trying to convert a v1.1 collection json file `postman2doc convert:docx API.my_collection.json` I receive the following error: ``` PHP Fatal error: Uncaught TypeError: Argument 1 passed to App\Postman\Request::setBody() must...