View Source GitHub.Webhook.Config (GitHub REST API Client v0.3.3)

Provides struct and type for a Webhook.Config

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Webhook.Config{
  __info__: map(),
  content_type: String.t() | nil,
  insecure_ssl: number() | String.t() | nil,
  secret: String.t() | nil,
  url: String.t() | nil
}