3PL.Net
1.0.1
A C# .net wrapper for 3PL restAPI http://api.3plcentral.com/rels/billboard
Developed on .Net Core 2.0 Currently Covers a limited set of REST API if people are looking for a wider support feel free to mail or open an issue Covered End points;
http://api.3plcentral.com/rels/customers/items
http://api.3plcentral.com/rels/orders/orders
http://api.3plcentral.com/rels/inventory/stocksummaries
http://api.3plcentral.com/rels/inventory/stockdetails
Install-Package 3PL.Net -Version 1.0.1
dotnet add package 3PL.Net --version 1.0.1
<PackageReference Include="3PL.Net" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 3PL.Net --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: 3PL.Net, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 11.0.2)
- RestSharp (>= 106.3.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.