View Source GitHub.Hook (GitHub REST API Client v0.0.1-beta.0)
Provides struct and type for Hook
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Hook{ active: boolean(), config: map(), created_at: String.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: String.t(), url: String.t() }