SmartBear / readyapi-swagger-plugin

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

Factor out conversion from disk-write #9

Open rbren opened 9 years ago

rbren commented 9 years ago

Right now SwaggerExporter just has an exportToFolder() function. Would be nice to separate disk writes from the conversion from RestService[] to Swagger, so that others (e.g. https://github.com/lucybot/soapui-lucybot-plugin) can take advantage of the conversion without writing to disk.