Forum Discussion

Musaffir's avatar
Musaffir
Contributor
7 years ago
Solved

REST API Document Generation with SoapUI

Hello,   This may sound like a weird question , but I wanted to give it a try   I started using soapUI some time back and already made a relatively bigger project with various REST API resource e...
  • HKosova's avatar
    7 years ago

    SoapUI 5.2+ includes the Swagger plugin that lets you export your project to a Swagger spec in the JSON or YAML format. You can then use Swagger UI to render the Swagger spec as interactive API docs - check out the demo at petstore.swagger.io.

     

    If you are interested in using Swagger for API documentation and/or API developent, also check out SwaggerHub - it's our cloud hosting for API specs, combined with collaboration features, versioning, privacy control, mock server, client/server generators, and integrations. A free plan is available.