ShipStation4Net 0.10.35
See the version list below for details.
dotnet add package ShipStation4Net --version 0.10.35
NuGet\Install-Package ShipStation4Net -Version 0.10.35
<PackageReference Include="ShipStation4Net" Version="0.10.35" />
paket add ShipStation4Net --version 0.10.35
#r "nuget: ShipStation4Net, 0.10.35"
// Install ShipStation4Net as a Cake Addin #addin nuget:?package=ShipStation4Net&version=0.10.35 // Install ShipStation4Net as a Cake Tool #tool nuget:?package=ShipStation4Net&version=0.10.35
ShipStation4Net
A .NET Standard Library using System.Net.HttpClient and NewtonSoft.Json which provides access to the ShipStation API.
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 | Versions 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. |
-
.NETStandard 2.0
- Microsoft.Extensions.Logging (>= 2.0.0)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.3.3)
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.12 | 1,426 | 6/15/2024 |
1.0.11 | 520 | 5/17/2024 |
1.0.10 | 2,300 | 3/15/2024 |
1.0.9 | 116 | 3/15/2024 |
1.0.8 | 401 | 3/5/2024 |
1.0.7 | 1,127 | 12/13/2023 |
1.0.6 | 111 | 12/12/2023 |
1.0.5 | 1,997 | 7/14/2023 |
1.0.4 | 4,373 | 12/15/2022 |
1.0.3 | 988 | 10/5/2022 |
1.0.2 | 1,237 | 6/22/2022 |
1.0.1 | 1,916 | 12/29/2021 |
1.0.0 | 7,254 | 12/29/2021 |
0.10.76 | 3,894 | 7/7/2021 |
0.10.73 | 5,066 | 4/6/2020 |
0.10.72 | 4,162 | 11/7/2019 |
0.10.71 | 581 | 7/17/2019 |
0.10.70 | 1,542 | 7/14/2018 |
0.10.69 | 1,065 | 3/16/2018 |
0.10.67 | 968 | 3/6/2018 |
0.10.35 | 1,167 | 12/12/2017 |
0.10.31 | 1,140 | 12/8/2017 |
0.10.30 | 1,173 | 12/7/2017 |
0.10.29 | 1,003 | 12/6/2017 |
0.10.26 | 956 | 11/28/2017 |
0.10.1 | 1,017 | 11/21/2017 |
0.9.15 | 1,143 | 10/24/2017 |
0.9.1 | 1,001 | 9/13/2017 |
0.9.0 | 999 | 9/7/2017 |
Fixes pagination problems
Schedules the retries without blocking the calling thread