= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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
.