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
.
val user_orgs : ?token:Token.t -> user:string -> unit -> Github_t.org Stream.t
user_orgs ~user ()
is a stream of the organizations to which the user user
belongs.