elixir-odata

Build StatusCoverage Statushex.pm versionhex.pm downloadsInline docs

OData for Elixir, or something resembling it

You can find the hex package here, and the docs here.

Usage

First, add the client to your mix.exs dependencies:

def deps do
  [{:odata, "~> 0.1"}]
end

Then run $ mix do deps.get, compile to download and compile your dependencies.

TODO