View Source GitHub.Hook (GitHub REST API Client v0.3.3)

Provides struct and type for a Hook

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Hook{
  __info__: map(),
  active: boolean(),
  config: GitHub.Webhook.Config.t(),
  created_at: DateTime.t(),
  deliveries_url: String.t() | nil,
  events: [String.t()],
  id: integer(),
  last_response: GitHub.Hook.Response.t(),
  name: String.t(),
  ping_url: String.t(),
  test_url: String.t(),
  type: String.t(),
  updated_at: DateTime.t(),
  url: String.t()
}