Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The Organization
module exposes the functionality of the GitHub organization API.
val teams : ?token:Token.t -> org:string -> unit -> Github_t.team Stream.t
teams ~org ()
is a stream of teams belonging to the organization org
.