class OrganizationsController

Methods

__invoke()

Returns a list of organizations the current user is a member of.

mixed
find(string $git_type, string $org_name)

Returns an individual organization.

Details

at line 18
__invoke()

Returns a list of organizations the current user is a member of.

/orgs

Exceptions

Exception

at line 32
mixed find(string $git_type, string $org_name)

Returns an individual organization.

/org/{git_type}/{organization_name}

Parameters

string $git_type
string $org_name

Return Value

mixed

Exceptions

Exception