ASP.NET Core Web API Edition / Working with Web API / Configuring Client Application
Configuring Client Application

The following topics will help you understand how to configure client application for different services:

Client application for export and import services
Learn about creating a generic client application which can make a call to the Web API service.
Client application for REST API services
Learn about creating a generic client application which can make a call to the RESTful Web API service.

Note that ASP.NET Core WebAPI uses Phantomjs, an open source software, with BSD license.