Quantcast
Channel: goa - Design First.
Viewing all articles
Browse latest Browse all 200

Leveraging Swagger

$
0
0
goagen can generate the Swagger specification of an API given its design. The service hosted at https://swagger.goa.design runs goagen swagger on a given (public) Github repository and renders the corresponding Swagger UI. This provides a convenient way to quickly look at an API definition of an open source goa service and experiment with it. Try It! Buttons and CORS The Swagger UI renders “Try It!” buttons under each operation. Clicking on these buttons causes the UI to send the corresponding API request to the host defined in the design.

Viewing all articles
Browse latest Browse all 200