api2ai icon indicating copy to clipboard operation
api2ai copied to clipboard

Support postman collection input

Open mquan opened this issue 2 years ago • 0 comments

Use https://github.com/joolfe/postman-to-openapi to convert from postman to OpenAPI Spec.

🚫 Blockers:

  1. schema types in raw body aren't inferred. Project isn't maintained, the following issues have been opened for 6months+ https://github.com/joolfe/postman-to-openapi/pull/237 https://github.com/joolfe/postman-to-openapi/issues/246

  2. Even after above hurdle there's no way to tell if a parameter is required or not

Both stem from postman collection being a bad standard to store API spec

mquan avatar Aug 09 '23 17:08 mquan