HookSniffAPI.Model.TestWebhookResponse (hooksniff v1.0.0)

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.TestWebhookResponse{
  duration_ms: integer(),
  response_body: String.t(),
  status_code: integer(),
  success: boolean()
}

Functions

decode(value)