View Source GitHub.App (GitHub REST API Client v0.1.1)

Provides struct and type for a App

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.App{
  __info__: map(),
  client_id: String.t() | nil,
  client_secret: String.t() | nil,
  created_at: DateTime.t(),
  description: String.t() | nil,
  events: [String.t()],
  external_url: String.t(),
  html_url: String.t(),
  id: integer(),
  installations_count: integer() | nil,
  name: String.t(),
  node_id: String.t(),
  owner: GitHub.User.simple() | nil,
  pem: String.t() | nil,
  permissions: map(),
  slug: String.t() | nil,
  updated_at: DateTime.t(),
  webhook_secret: String.t() | nil
}