module Octokit::Client::Organizations
Overview
Methods for the Organizations API
See Also:
Direct including types
Defined in:
octokit/client/organizations.crInstance Method Summary
-
#organization(organization)
Get a single organization
-
#organizations
List all GitHub organizations
-
#organizations_for_authenticated_user
List organizations for authenticated user
-
#organizations_for_user(user)
List organizations for a user
Instance Method Detail
def organization(organization)
#
def organizations
#
List all GitHub organizations
This provides a list of every organization, in the order that they were created on GitHub.
See Also: