Skip to content

chrisstoll1/Square9APIHelperLibrary

Repository files navigation

Square9API Helper Library

This .NET Class Library is intended to provide easy access to the Square9API and its endpoints. Built with RestSharp and Newtonsoft.Json, it includes all necessary methods and classes to exchange information with the Square9API.

Prerequisites

  • Newtonsoft.Json (>= 13.0.1)
  • RestSharp (>= 106.13.0)

Documentation

Documentation for this library can be found here

Installation

To get started, download the Square9APIHelperLibrary.dll from releases, or install the package via Nuget

dotnet add package Square9APIHelperLibrary --version 0.0.5.3