News

Consume the Web API using RestSharp Now that our Web API is ready for use, let’s start consuming it. Create another project – this time a Console application project to keep it simple.
It also has some features allowing automatic deserialization of responses, making it a pleasure to work with. To demonstrate RestSharp, I've created a sample solution, which you can find in the code ...
RestSharp supports both synchronous and asynchronous requests. This article presents a discussion of how we can work with RestSharp to consume services built using ASP.NET Core.