swagger2postman icon indicating copy to clipboard operation
swagger2postman copied to clipboard

Web app demo seems to be ko

Open matthieugeerebaert opened this issue 8 years ago • 1 comments
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

matthieugeerebaert avatar Mar 01 '17 08:03 matthieugeerebaert

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.

josephpconley avatar Mar 10 '17 14:03 josephpconley