##QuickStart
It is recommended you install the BrightLocal wrapper via NuGet | https://www.nuget.org/packages/BrightLocal/1.0.0/
nuget Install-Package BrightLocal#Manual Installation
##Dependencies
-
It is recommended you install the following dependencies via NuGet.
-
RestSHarp: nuget Install-Package RestSharp | Git: https://github.com/restsharp/RestSharp
-
Json.NET: nuget Install-Package Newtonsoft.Json -Version 9.0.1 | Git: https://github.com/JamesNK/Newtonsoft.Json
-
-
Copy api.cs class from /BrightLocal/src/BrightLocal/ to your project and reference the class in using statement.
-
Copy batchApi.cs class from /BrightLocal/src/BrightLocal/ to your project and reference the class in using statement.