Testing the REST Service

Procedure

  1. Append swagger to the routable url to access the Swagger doc to test the REST Service.
    For example, docker machine ip:8080/swagger
  2. Expand the Books and Events headers to test the operations.
    Click on any of the operations, such as POST, GET, PUT, DELETE, and click Try it out!.
  3. Click the Terminate icon to stop the process after you have completed using the operations on the page.