Shipstation

EbertTravisHex.pmHexDocsLibraries.io for GitHub


This library is now ready to undergo testing in staging & production environments, but it is not production ready.

Shipstation is an unofficial API client library for the Shipstation API. This library implements all the functionality that exists in Shipstation's API, and also provides helpful features like automatic backpressure handling.

Features

Installation

The package can be installed as:

  1. Add shipstation to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:shipstation, "~> 0.2.0"}]
end
```
  1. Ensure shipstation is started before your application:
```elixir
def application do
  [applications: [:shipstation]]
end
```

Todo List: