OData for Elixir, or something resembling it
You can find the hex package here, and the docs here.
First, add the client to your mix.exs dependencies:
def deps do
[{:odata, "~> 0.1"}]
endThen run $ mix do deps.get, compile to download and compile your dependencies.
- Everything
