README.md
# shortcut_api_ex
[](https://hex.pm/packages/shortcut_api_ex)
[](https://hexdocs.pm/shortcut_api_ex)
[](https://github.com/mechanical-orchard/shortcut_api_ex/actions/workflows/ci.yml)
[](LICENSE)
Elixir client for the [Shortcut API](https://developer.shortcut.com/api/rest/v3)
## Installation
To install shortcut_api_ex, add it to your mix.exs file:
by adding `shortcut_api_ex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:shortcut_api_ex, "~> 1.0.0"}
]
end
```
Then run:
```elixir
mix deps.get
```