ShipStation4Net 0.10.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ShipStation4Net --version 0.10.1
NuGet\Install-Package ShipStation4Net -Version 0.10.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="ShipStation4Net" Version="0.10.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShipStation4Net --version 0.10.1
#r "nuget: ShipStation4Net, 0.10.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.
// Install ShipStation4Net as a Cake Addin
#addin nuget:?package=ShipStation4Net&version=0.10.1

// Install ShipStation4Net as a Cake Tool
#tool nuget:?package=ShipStation4Net&version=0.10.1

ShipStation4Net

A .NET Standard Library using System.Net.HttpClient and NewtonSoft.Json which provides access to the ShipStation API.

Build status

Testing

The ShipStation API Credentials are ignored by the .gitignore file. Its name is configuration.json. You should create a new configuration file in the json format with the following key value pairs as they are read by Json.Net into the Configuration object:

{
    "UserName": "<required | your username>",
    "UserApiKey": "<required | your password>",
    "PartnerId": "<optional | your partner id if you have purchased a higher rate limit>"
}

. Appveyor CI has a copy of my company's API credentials encrypted into appveyor.yml, so AppVeyor should run with our rates and rate limits on every build. The test files in the ShipStation4Net.Tests project have hardcoded test values into them from our database. If you want to test against your own data, you will need to replace the hardcoded values from the test files in the test project with your own.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
1.0.10 239 3/15/2024
1.0.9 77 3/15/2024
1.0.8 136 3/5/2024
1.0.7 651 12/13/2023
1.0.6 84 12/12/2023
1.0.5 1,883 7/14/2023
1.0.4 3,807 12/15/2022
1.0.3 957 10/5/2022
1.0.2 1,214 6/22/2022
1.0.1 1,876 12/29/2021
1.0.0 7,226 12/29/2021
0.10.76 3,875 7/7/2021
0.10.73 4,703 4/6/2020
0.10.72 4,151 11/7/2019
0.10.71 572 7/17/2019
0.10.70 1,514 7/14/2018
0.10.69 1,033 3/16/2018
0.10.67 940 3/6/2018
0.10.35 1,155 12/12/2017
0.10.31 1,118 12/8/2017
0.10.30 1,145 12/7/2017
0.10.29 996 12/6/2017
0.10.26 926 11/28/2017
0.10.1 1,002 11/21/2017
0.9.15 1,118 10/24/2017
0.9.1 975 9/13/2017
0.9.0 988 9/7/2017

Updated readme
Hardcoded test data into tests
Removed results from tests
Major change to converge paginated results into one type
Increment build number