Hi,
I'm trying to create a new project from the swagger.json file.
In Swagger, I've opened the root /swagger.json url, copied the text, and saved on my desktop.
I then created a new project, rightclicked and selected import swagger. I point it to this swagger file.
When clicking OK, I'm presented with the following error message:
groovy.lang.MissingPropertyException: No such property: path for class: com.smartbear.swagger.Swagger2Importer
I then upgraded my client to the latest version, and tried again. It gave me the same error.
Any one know what could cause this?
I really dont feel like creating all those resources by hand.