May 2018
Intermediate to advanced
394 pages
9h 51m
English
In this recipe, we will be looking at a .NET Standard 2.0 library that calls a REST API. RESTful APIs are services that allow you to access its functionality through HTTP. We will be using the System.Net.Http namespace inside the library to send a message to an API and get back the results.