HookSniffAPI.Model.Endpoint (HookSniff v0.3.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.Endpoint{
  allowed_ips: [String.t()] | nil,
  avg_response_ms: integer() | nil,
  created_at: DateTime.t() | nil,
  custom_headers: map() | nil,
  description: String.t() | nil,
  event_filter: [String.t()] | nil,
  failure_streak: integer() | nil,
  fallback_url: Uri | nil,
  format: String.t() | nil,
  id: String.t() | nil,
  is_active: boolean() | nil,
  retry_policy: HookSniffAPI.Model.RetryPolicy.t() | nil,
  routing_strategy: String.t() | nil,
  url: Uri | nil
}

Functions

decode(value)