postman-to-openapi
postman-to-openapi copied to clipboard
TypeError: Cannot read properties of null (reading 'raw')
I got the error while trying to convert https://github.com/lever/integrator-resources/blob/main/DataAPIPostman/Lever-DataAPI-Collection.json to OpenAPI.
However, https://github.com/kevinswiber/postman2openapi worked.
There is 2 request that has null value at url parameter :
- Upload File
- Apply to a Posting
current condition didnt check null url, add condition about it : https://github.com/joolfe/postman-to-openapi/pull/266
close because of archive, read the README for more info about that decision.