Testing the REST Service
- Procedure
- Append
swagger
to the routable url to access the swagger doc to test the Rest Service in the format<routable url>/swagger
For example:
bookstoreapp.testdomain.com/swagger/
- Expand the
Books and
Events headers, and test the operations as listed below.
Click any of the operations (POST, GET, PUT, DELETE) as displayed on the web page and click Try it out!.
- Click the
Terminate icon
to stop the process after you have completed using the operations on the page.