Requirements

  • .NET Framework 4.8.0
  • Newtonsoft.Json.dll version 12.0.1.
  • RestSharp.dll library version 106.10.1.

More information about RestSharp can be found at http://restsharp.org/.

Visual Studio project configuration

  • Download the "RestSharp.dll" from here or use Manage NuGet Packages.
  • Right-click "References" and, in the context menu, choose "Add Reference".

  • Choose "RestSharp.dll" from your file system.

  • Click the "Accept" button.

The DLL library is now configured in your .NET project.