Testing the REST Service
- Procedure
- Append
swaggerto 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 on 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.