A library for communicating with ShipEngine from .NET applications. To use this you need an account with ShipEngine:
To install ShipEngineApi, run the following command in the Package Manager Console
PM> Install-Package ShipEngineApi
Documentation on the API's can be found here:
https://www.shipengine.com/docs/getting-started/
The core of this client class is generated from the ShipEngine OpenAPI definitions which can be found here:
https://github.com/ShipEngine/shipengine-openapi
The client was generated using a modified version of NSwag Studio, which you can find here:
https://github.com/RicoSuter/NSwag
The code is licensed under the BSD 3-Clause License