News

Consume the ASP.NET Core API using RestSharp Once you’ve installed RestSharp into your project, you can start using it. First, you will need to create an instance of RestClient.
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.