josephpconley / swagger2postman

Create a Postman collection from live Swagger documentation
85 stars 19 forks source link

Web app demo seems to be ko #7

Open matthieugeerebaert opened 7 years ago

matthieugeerebaert commented 7 years ago

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

josephpconley commented 7 years ago

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.