Using a WEB API
What is a Web API? A Web API is an extensible framework for building HTTP based services that can be accessed in different applications on different platforms such as web, windows, mobile, etc. It is somewhat the same as an ASP.NET MVC web application, except that it sends data as a response instead of an…