Testing a resful Web API Using Postman
Recently I have worked on how to create a simple Web API service to manage a list of country capitals. I thought it would be beneficial to some if I put together a quick post to show how to test it using postman. What is Postman? Postman is a free API debugging tool which makes…