Skip to content

fbettag/lexoffice.ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LexOffice

This package implements the LexOffice.de API in Elixir.

If you need more of their API, just launch a Pull Request.

Installation

This package can be installed by adding lexoffice to your list of dependencies in mix.exs:

def deps do
  [{:lexoffice, "~> 0.1"}]
end

Configuration

Put 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

Documentation can be found at https://hexdocs.pm/lexoffice.

About

This package implements the lexoffice API in Elixir

Topics

Resources

License

Stars

Watchers

Forks

Languages