Importing a WADL file containing the API definition
Importing a Swagger definition (Swagger 2.0 or 1.2)
Manually
I have tried and succeeded by manually creating resources and methods.
I have neither worked on WADL nor on Swagger. So is there an easy way to automate this process so that I don’t have to manually create the WADL/Swagger file?
If we have to create the WADL/Swagger file manually how should I proceed?
I understand the question was about converting wadl to json/yaml for swagger, not about swagger tool (that studio is not much differnt that actual swagger…)
@sasha bond , Take a look at api2swagger command line tool here. It’s not exactly wadl to swagger, but if you have an running API, You can generate OpenAPI (Swagger).