Installation
Prerequisites:
- A .NET environment.
- NuGet package manager to install dependencies.
Steps
- Clone the repository from GitHub:
git clone https://github.com/chargeover/chargeover_csharp.git
- Install the necessary NuGet packages by running:
Install-Package RestSharp
Install-Package Newtonsoft.Json
Alternatively, if using Visual Studio, add the RestSharp and Newtonsoft.Json dependencies via NuGet Package Manager.