swagger2postman
swagger2postman copied to clipboard
Web app demo seems to be ko
trafficstars
Hello,
Very interested in swagger2postman, I started giving a try with the live demo, tried with 2 valid swagger 2.0, first one is from our own, second one is the Uber example of swagger editor. Copy and paste of swagger as json in input text and same kind of message relative to a missing path, extract:
"obj.paths./estimates/time.get.operationId": [
{
"msg": "error.path.missing",
"args": []
}
],
Is there something I'm doing wrong ?
Thank you Matthieu
Can you post links to the Swagger JSON you're using? My initial hunch is that the file is too big, I need to add file upload functionality instead of just plain text.