SmartBear / readyapi-swagger-plugin

Ready! API Plugin for importing Swagger definitions as REST Services
36 stars 27 forks source link

Swagger API feature Request to be able to update resources when Swagger is updated #1

Open smipan opened 11 years ago

smipan commented 11 years ago

When a Swagger definition is updated , i want the soapui resources and tests to be updated with the new Definitions

olensmar commented 11 years ago

Thanks for this - what kind of updates did you specifically have in mind?

/Ole

smipan commented 11 years ago

Hi We usually have to add Parameters to existing API or change the swagger to have new API resources. We currently have global properties in SoapUI populating default values for the different parameters and that value needs to be retained too . E.g. all our APIs has a template parameter response format which can be json or xml . And we have set a global property so that all the tests can be executed against JSON or XML based on just changing one property. The same applied to query parameter as well as Template parameters.

So when i update swagger to add a new rest resource shouldn't wipe out the settings for existing Resources