Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fbettag/lexoffice.ex
- Owner: fbettag
- License: mit
- Created: 2021-01-23T05:02:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T09:06:16.000Z (over 3 years ago)
- Last Synced: 2024-09-18T20:47:07.965Z (3 months ago)
- Topics: elixir, lexoffice, phoenix-framework
- Language: Elixir
- Homepage: https://hexdocs.pm/lexoffice
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).