Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maco/breezex

Elixir wrapper client for the BreezeChMS API
https://github.com/maco/breezex

Last synced: 2 days ago
JSON representation

Elixir wrapper client for the BreezeChMS API

Awesome Lists containing this project

README

        

# Breezex

Client wrapping the [API](https://app.breezechms.com/api) for the [Breeze church management system](https://breezechms.com)

## Installation

The package can be installed by adding `breezex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:breezex, "~> 0.1.0"}
]
end
```

Docs can be found at [https://hexdocs.pm/breezex](https://hexdocs.pm/breezex).

There are some helper functions in here for common sets of arguments to the Breeze API. Things are also a little rearranged versus Breeze's own documentation. For instance, all event check-in functionality is in the CheckIn module.