joolfe / postman-to-openapi

🛸 Convert postman collection to OpenAPI
MIT License
575 stars 99 forks source link

invalid url on alpaca market collection #193

Closed kernelzeroday closed 2 years ago

kernelzeroday commented 2 years ago

data:

https://github.com/alpacahq/alpaca-postman/blob/master/Market%20Data%20v2%20API.postman_collection.json

error:

TypeError [ERR_INVALID_URL]: Invalid URL

expected behavior:

yaml output

joolfe commented 2 years ago

Hi,

Please read documentation https://joolfe.github.io/postman-to-openapi/#options for input say:

Input | String. Path of the Postman collection file or value of the postman collection as String.

So an URL is not valid.