klaviyo v2.0.1 Klaviyo.Config

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Klaviyo.Config{
  host: String.t(),
  http_client: module(),
  http_client_opts: any(),
  json_codec: module(),
  path: String.t(),
  port: pos_integer(),
  private_api_key: String.t(),
  protocol: String.t(),
  public_api_key: String.t()
}

Link to this section Functions

Link to this function

new(overrides \\ %{})

new(map()) :: t()