mollie v0.1.0 Mollie.Client

Link to this section Summary

Link to this section Types

Link to this type auth()
auth() :: %{api_key: binary()}
Link to this type t()
t() :: %Mollie.Client{auth: auth() | nil, endpoint: binary()}

Link to this section Functions

Link to this function new()
new() :: t()
Link to this function new(endpoint)
new(binary()) :: t()
new(map()) :: t()
Link to this function new(auth, endpoint)
new(map(), binary()) :: t()
new(auth(), binary()) :: t()