package current_github

  1. Overview
  2. Docs
type t

Details about a specific installation of a GitHub app.

val api : t -> Api.t

Provides access to the API as this installation.

val pp : t Fmt.t

The GitHub account that installed the app.

val repositories : t Current.t -> Api.Repo.t list Current.t

repositories t evaluates to the list of repositories which the user configured for this installation.