Current_github.AppA GitHub Application.
val webhook_secret : t -> stringWebhook secret to validate payloads from GitHub.
val cmdliner : t Cmdliner.Term.tCommand-line options to generate a GitHub app configuration.
val cmdliner_opt : t option Cmdliner.Term.tLike cmdliner, but the arguments are all optional.
val installation : t -> account:string -> int -> Installation.tinstallation t ~account id gives access to the API for installation id. Note: this generates a fresh value on each call and should not be used inside a pipeline. It is intended to be called once from your main function, for apps with only a single installation.
val installations : t -> Installation.t list Current.tinstallations t evaluates to the list of installations for this app.