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