Attentive.Config (attentive v1.0.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %Attentive.Config{
  api_key: String.t(),
  http_client: module(),
  http_client_opts: any(),
  http_headers: Attentive.http_headers_t(),
  http_host: String.t(),
  http_path: String.t(),
  http_port: pos_integer(),
  http_protocol: String.t(),
  json_codec: module(),
  retry: boolean() | module(),
  retry_opts: Keyword.t()
}

Link to this section Functions

Specs

new(Keyword.t()) :: t()