C#: Building Liberator

The C# API is built using .Net Standard 2.0. It depends on System.Text.Json and Microsoft.Data.Analysis >= 0.4.  

A Visual Studio 2019 example project is available in the public repo. This solution has all of the dependencies installed.  

Requirements

You will need to pass your username and token in as arguments to the functions, add them as environment variables “LIBERATOR_USER” and “LIBERATOR_TOKEN”, or have them included in a liberator.json file.

Your liberator.pfx and liberator.json files needs to be in the same directory as Liberator.cs.