Square9APIHelperLibrary 0.0.5.3

dotnet add package Square9APIHelperLibrary --version 0.0.5.3
NuGet\Install-Package Square9APIHelperLibrary -Version 0.0.5.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Square9APIHelperLibrary" Version="0.0.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Square9APIHelperLibrary --version 0.0.5.3
#r "nuget: Square9APIHelperLibrary, 0.0.5.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Square9APIHelperLibrary as a Cake Addin
#addin nuget:?package=Square9APIHelperLibrary&version=0.0.5.3

// Install Square9APIHelperLibrary as a Cake Tool
#tool nuget:?package=Square9APIHelperLibrary&version=0.0.5.3

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
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.5.3 108 10/4/2023
0.0.5.2 109 10/2/2023
0.0.5.1 96 9/30/2023
0.0.5 236 2/19/2023
0.0.4 425 3/30/2022
0.0.2 273 12/19/2021
0.0.1 260 12/6/2021

Added Document History Support