Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Github.Organization
The Organization
module exposes the functionality of the GitHub organization API.
teams ~org ()
is a stream of teams belonging to the organization org
.
user_orgs ~user ()
is a stream of the organizations to which the user user
belongs.
current_user ()
is a stream of the organizations to which the user linked to current token belongs, and for which the user granted access to the organizations to the current token.
repositories ~org ()
is a stream of repositories belonging to the organization org
.
The Hook
module provides access to GitHub's organization webhooks API which lets you manage an organization's remote notification hooks.