View Source IncidentIo.Client (IncidentIo v0.0.0-dev)

Summary

Types

@type auth() :: %{api_token: binary()}
@type t() :: %IncidentIo.Client{auth: auth() | nil, endpoint: binary()}

Functions

@spec new() :: t()
@spec new(binary()) :: t()
@spec new(map()) :: t()
@spec new(map(), binary()) :: t()
@spec new(auth(), binary()) :: t()