Firstly thank you for creating this tool. I needed this to generate some API documentation of something I am working on. When I ran it on my basic files without doing a lot of work, the generation failed with several errors, so I did my fork and changed some things until I was happy with the output.
I changed quite a few things you might not necessarily like, so please have a look (my personal JSON exports I used for testing is in the fork if you need to check that out):
Correct handling of both with sub-folders and without.
Correct dictionary key check that throws exceptions.
Removed author from footer as it did not seem appropriate - the original still gets credit though the Postman link.
Changed to: Generated with Postman. Personally, I don't want this footer at all, but I understand the original author wants credit for their work.
Firstly thank you for creating this tool. I needed this to generate some API documentation of something I am working on. When I ran it on my basic files without doing a lot of work, the generation failed with several errors, so I did my fork and changed some things until I was happy with the output.
I changed quite a few things you might not necessarily like, so please have a look (my personal JSON exports I used for testing is in the fork if you need to check that out):