View Source GitHub.ApiOverview (GitHub REST API Client v0.0.12)

Provides struct and type for ApiOverview

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.ApiOverview{
  __info__: map(),
  actions: [String.t()] | nil,
  api: [String.t()] | nil,
  dependabot: [String.t()] | nil,
  git: [String.t()] | nil,
  hooks: [String.t()] | nil,
  importer: [String.t()] | nil,
  packages: [String.t()] | nil,
  pages: [String.t()] | nil,
  ssh_key_fingerprints: map() | nil,
  ssh_keys: [String.t()] | nil,
  verifiable_password_authentication: boolean(),
  web: [String.t()] | nil
}