Square9APIHelperLibrary 0.0.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Square9APIHelperLibrary --version 0.0.5.1
                    
NuGet\Install-Package Square9APIHelperLibrary -Version 0.0.5.1
                    
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.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Square9APIHelperLibrary" Version="0.0.5.1" />
                    
Directory.Packages.props
<PackageReference Include="Square9APIHelperLibrary" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Square9APIHelperLibrary --version 0.0.5.1
                    
#r "nuget: Square9APIHelperLibrary, 0.0.5.1"
                    
#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.
#:package Square9APIHelperLibrary@0.0.5.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Square9APIHelperLibrary&version=0.0.5.1
                    
Install as a Cake Addin
#tool nuget:?package=Square9APIHelperLibrary&version=0.0.5.1
                    
Install as a Cake Tool

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
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 302 10/4/2023
0.0.5.2 224 10/2/2023
0.0.5.1 203 9/30/2023
0.0.5 399 2/19/2023
0.0.4 615 3/30/2022
0.0.2 456 12/19/2021
0.0.1 451 12/6/2021

Added Table field helper methods. Fixed bug with downloading archive files