Qronomnom (Qronomnom v0.1.1)
Documentation for Qronomnom
.
Link to this section Summary
Functions
Generates a new authenticated client.
Link to this section Types
Link to this type
client_opts()
Specs
client_opts() :: %{optional(:api_key) => String.t()}
Link to this section Functions
Link to this function
client(opts \\ %{})
Specs
client(client_opts()) :: Tesla.Client.t()
Generates a new authenticated client.
Examples
iex> Qronomnom.client(%{api_key: "MY_KEY"})
%Tesla.client{}