package b0
Software construction care
Install
Dune Dependency
Authors
Maintainers
Sources
b0-0.0.0.tbz
sha256=dadde8cfa62be9dabd805fc190b415427b4699ffe3458c153e2f3f9cc5c9b9b4
md5=f96ac96fb0182f2b97dbe9ded452544b
doc/b0.care/B0_github/Issue/index.html
Module B0_github.Issue
Repository issues.
Issues
val title : t -> string
title i
is the issue's title.
val body : t -> string
body t
is the issue's body.
val url : t -> string
url i
is the issue's url.
val pp : t B0_std.Fmt.t
pp
is a formatter for issues.
val pp_short : t B0_std.Fmt.t
pp_short
is a short formatter for issues.
val list : B0_web.Http.t -> auth -> Repo.t -> (int * t list, string) result
list auth repo
lists the issues for repository repo
. The integer is the total number of issues.