Inttegro.Client (inttegro v0.1.1)

Copy Markdown View Source

The Inttegro server API client.

Summary

Types

t()

@type t() :: %Inttegro.Client{
  api_key: term(),
  base_url: term(),
  error_reporter: term(),
  error_reporting_policy: term(),
  http: term(),
  telemetry: term()
}

Functions

new!(api_key, options \\ [])

@spec new!(String.t(), keyword()) :: t()