README.md

# shortcut_api_ex
[![Hex.pm](https://img.shields.io/hexpm/v/shortcut_api_ex.svg)](https://hex.pm/packages/shortcut_api_ex)
[![Docs](https://img.shields.io/badge/hex-docs-blue.svg)](https://hexdocs.pm/shortcut_api_ex)
[![CI](https://github.com/mechanical-orchard/shortcut_api_ex/actions/workflows/ci.yml/badge.svg)](https://github.com/mechanical-orchard/shortcut_api_ex/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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
```