Testing the REST Service
- Procedure
- Append
swaggerto the routable url to access the swagger doc to test the Rest Service in the format<routable url>/swaggerFor example:
bookstoreapp.testdomain.com/swagger/
- Expand the
Books and
Events headers, and test the operations as listed below.
Click on 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.