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.
RESTful APIs usually return plain text, JSON, or XML as a response. RestSharp is an open source HTTP client library that makes it easy to consume RESTful services.