Module B0_github.Issue
Repository issues.
Issues
val title : t -> stringtitle iis the issue's title.
val body : t -> stringbody tis the issue's body.
val url : t -> stringurl iis the issue's url.
val pp : t B0_std.Fmt.tppis a formatter for issues.
val pp_short : t B0_std.Fmt.tpp_shortis a short formatter for issues.
val list : B0_web.Http.t -> auth -> Repo.t -> (int * t list, string) Stdlib.resultlist auth repolists the issues for repositoryrepo. The integer is the total number of issues.
Requests
val create : B0_web.Http.t -> auth -> Repo.t -> title:string -> body:string -> unit -> (num * uri, string) Stdlib.resultcreate auth repoopens an issue on the repositoryrepowith the giventitleandbody.
val close : B0_web.Http.t -> auth -> Repo.t -> num -> (num * uri, string) Stdlib.resultclose auth repo ncloses issuesnon the repositoryrepo