Is there tool that can be used to Visually design Swagger REST APIs and then generate the Swagger Specification YAML specification?

谁说我不能喝 提交于 2019-12-21 22:33:00

问题


These days everyone is making REST applications. So far i used only swagger editor for generating those files.

Does anyone know if there is good mature tool or IDE that thave ability to visually design Swagger REST APIs and then generate the Swagger Specification YAML specification file?

Tool can be commercial or opensource


回答1:


I am using https://studio.restlet.com for that.

It is a great tool and it is pretty in intuitive.. You can do export/import from Swagger and RAML.




回答2:


I'm using postman for testing api. Postman collections can be exported and transformed to valid Swagger 2.0 YAML on https://apimatic.io/transformer.

Exported YAML file then import on swaggerhub https://app.swaggerhub.com were changes can be made if needed.

Folders from postman are transformed into tags, request models are generated by body of request and response examples can be used to document different error responses.



来源:https://stackoverflow.com/questions/49644563/is-there-tool-that-can-be-used-to-visually-design-swagger-rest-apis-and-then-gen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!