Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val cmdliner : t Cmdliner.Term.t
Command-line options to generate a GitHub app configuration.
val installation : t -> account:string -> int -> Installation.t
installation 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.t
installations t
evaluates to the list of installations for this app.