Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fbettag/lexoffice.ex

This package implements the lexoffice API in Elixir
https://github.com/fbettag/lexoffice.ex

elixir lexoffice phoenix-framework

Last synced: about 1 month ago
JSON representation

This package implements the lexoffice API in Elixir

Awesome Lists containing this project

README

        

# LexOffice

This package implements the [LexOffice.de](https://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`:

```elixir
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`.

```elixir
config :lexoffice, api_key: ""
```

## Documentation

Documentation can be found at [https://hexdocs.pm/lexoffice](https://hexdocs.pm/lexoffice).