This package implements the LexOffice.de API in Elixir.
If you need more of their API, just launch a Pull Request.
This package can be installed by adding lexoffice to your list of dependencies in mix.exs:
def deps do
[{:lexoffice, "~> 0.1"}]
endPut the following lines into your config.exs or better, into your environment
configuration files like test.exs, dev.exs or prod.exs.
config :lexoffice, api_key: "<your api key>"Documentation can be found at https://hexdocs.pm/lexoffice.