Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maco/breezex
- Owner: maco
- License: mit
- Created: 2020-11-30T08:27:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-12T01:12:13.000Z (about 4 years ago)
- Last Synced: 2024-11-16T06:58:53.891Z (about 2 months ago)
- Language: Elixir
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.