Onesky

Build StatusCoverage StatusHex.pm versionHex.pm downloads

Elixir’s OneSky API client.

Documentation can be found here.

Installation

Add the following to your mix.exs file

def deps do
  [
    {:onesky, "~> 1.0.1"}
  ]
end

And run mix deps.get

Configuration

config :onesky,
  api_key: "YOUR_API_KEY",
  api_secret: "YOUR_API_SECRET"

Resources

Project

String

Order

Language

Contribute

Please feel free to fork and send us a PR or open up an issue.