Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 764 Bytes

File metadata and controls

26 lines (12 loc) · 764 Bytes

##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

  1. It is recommended you install the following dependencies via NuGet.

    1. RestSHarp: nuget Install-Package RestSharp | Git: https://github.com/restsharp/RestSharp

    2. Json.NET: nuget Install-Package Newtonsoft.Json -Version 9.0.1 | Git: https://github.com/JamesNK/Newtonsoft.Json

  2. Copy api.cs class from /BrightLocal/src/BrightLocal/ to your project and reference the class in using statement.

  3. Copy batchApi.cs class from /BrightLocal/src/BrightLocal/ to your project and reference the class in using statement.