View Source shortcut_api_ex
Elixir client for the Shortcut API
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
:
def deps do
[
{:shortcut_api_ex, "~> 1.0.0"}
]
end
Then run:
mix deps.get