joolfe / postman-to-openapi

🛸 Convert postman collection to OpenAPI
MIT License
596 stars 104 forks source link

Adding support for POST form data requests #125

Closed devNoiseConsulting closed 3 years ago

devNoiseConsulting commented 3 years ago

The parseBody function now handles the case where mode = "formdata". Wrote a test for this new case, but still have some Uncovered Line #s.

joolfe commented 3 years ago

Accepting pull in a feture branch for review, improve and add test