Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

HTTP Server

Leon Kiefer edited this page Jul 23, 2018 · 3 revisions

The HTTP Server exposes the OpenAPI definition on /openapi.(json|yaml). This can be used to visualize the REST Operations with the Swagger UI.

Swager UI

To use the Swagger UI, choose a Swagger UI Service available(like http://petstore.swagger.io) and add it to the cors.config.properties file. There in the origin property multiple origins must be separated by |.

Then start Amy and enter the Backend url of Amy in the Swagger UI. Thats it. Now you can see all REST endpoints and test them click on "Try it out"