Serializing: The library is designed to serialize AutoAPI data to and from Elixir Structs.
The package can be installed as:
- Add
auto_api
to your list of dependencies inmix.exs
:
def deps do
[{:auto_api, github: "highmobility/hm-auto-api-elixir", branch: "level11"}]
end
AutoAPI Elixir requires Elixir 1.9 or later and is compatible with apps targeting Erlang 22.0 or above.
Get started by reading the AutoAPI guide in high-mobility.com.
Check out the spec for more details on the structure and logic, or some other libs generatated on that spec: Android, Elixir.
We would love to accept your patches and contributions to this project. Before getting to work, please first discuss the changes that you wish to make with us via GitHub Issues, Spectrum or Slack.
See more in CONTRIBUTING.md
This repository is using MIT license. See more in LICENSE