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

Provides struct and type for WebhookConfig

Link to this section Summary

Link to this section Types

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