Current section
Files
Jump to
Current section
Files
README.md
elixir-odata
============
[](http://travis-ci.org/craigp/elixir-odata)
[](https://coveralls.io/github/craigp/elixir-odata?branch=master)
[](https://hex.pm/packages/odata)
[](https://hex.pm/packages/odata)
[](http://inch-ci.org/github/craigp/elixir-odata)
OData for Elixir, or something resembling it
You can find the hex package [here](https://hex.pm/packages/odata), and the docs [here](http://hexdocs.pm/odata).
## Usage
First, add the client to your `mix.exs` dependencies:
```elixir
def deps do
[{:odata, "~> 0.1"}]
end
```
Then run `$ mix do deps.get, compile` to download and compile your dependencies.
Finally, add the `:odata` application as your list of applications in `mix.exs`:
```elixir
def application do
[applications: [:logger, :odata]]
end
```
## TODO
* [ ] Everything