Skip to content

BrianFarmBackup/elixir-odata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elixir-odata

Build Status Coverage Status hex.pm version hex.pm downloads Inline 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

  • Everything

About

OData for Elixir, or something resembling it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%