kendallb / ShipEngineApi

A library for communicating with ShipEngine from .NET applications.
https://www.shipengine.com/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

ShipEngineApi

A library for communicating with ShipEngine from .NET applications. To use this you need an account with ShipEngine:

https://www.shipengine.com/

Install

To install ShipEngineApi, run the following command in the Package Manager Console

PM> Install-Package ShipEngineApi

Documentation

Documentation on the API's can be found here:

https://www.shipengine.com/docs/getting-started/

Code generation

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

License

The code is licensed under the BSD 3-Clause License

https://opensource.org/licenses/BSD-3-Clause