postdown / Postdown

Generate markdown API document from Postman.
GNU General Public License v3.0
76 stars 26 forks source link

I ma getting an error converting v2 collection to MD #12

Open bjrshussain opened 1 year ago

bjrshussain commented 1 year ago

Traceback (most recent call last): File "/usr/local/bin/postdown", line 8, in sys.exit(execute()) File "/home/bjrshussain/.local/lib/python3.10/site-packages/postdown/cmdline.py", line 14, in execute parse(in_file, out_file) File "/home/bjrshussain/.local/lib/python3.10/site-packages/postdown/parser.py", line 28, in parse request = api['request'] KeyError: 'request'

alimi-ajibade commented 11 months ago

It seems there's a version discrepancy between the package downloaded via pip and the code available on GitHub. To resolve this, you can follow these steps: First, install the package. Then, download the code from GitHub. Next, replace the 'postdown' folder in the package with the one you downloaded from GitHub. After completing these steps, try the conversion process again.