Qronomnom
Elixir functions for interacting with Qrono bookings API
WIP Qrono wrapper.
Installation
The package can be installed by adding qronomnom to your list of dependencies in mix.exs:
def deps do
[
{:qronomnom, "~> 0.1.1"}
]
endUsage
Ensure QRONO_API_KEY is set in your environment, or passed to client/1.
iex> Qronomnom.client() |> Qronomnom.Bookings.list()
{:ok, [%{booking_id: "DFfDs...", ...}, %{booking_id: "SDFdfa...", ...}]}
Documentation
Development
- clone this repository
-
run
mix deps.get - ensure you've created an API key for your account