Github.Team
The Team
module contains functionality relating to GitHub's team API.
val info : ?token:Token.t -> id:int64 -> unit -> Github_t.team_info Response.t Monad.t
info ~id ()
is a description of team id
.
val repositories : ?token:Token.t -> id:int64 -> unit -> Github_t.repository Stream.t
repositories ~id ()
is a stream of repositories belonging to team id
.