View Source ExClockBoundClient
This is the elixir version of aws clock bound client, to communicate with this service.
Preparation
Make sure the service is running correctly.
Installation
By adding ex_clock_bound_client
to your list of dependencies in mix.exs
:
def deps do
[
{:ex_clock_bound_client, "~> 0.0.1"}
]
end