Organization classes

class aiogithub.objects.PartialOrganization(client, document=None, limits=None, links=None, fetch_params=None)

Bases: aiogithub.objects.response.BaseResponseObject

avatar_url
description
get_events() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.event.Event][aiogithub.objects.event.Event]
get_followers() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.user.User][aiogithub.objects.user.User]
get_following() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.user.User][aiogithub.objects.user.User]
get_gists() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.gist.Gist][aiogithub.objects.gist.Gist]
get_hooks() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.response.BaseObject][aiogithub.objects.response.BaseObject]
get_issues() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.issue.Issue][aiogithub.objects.issue.Issue]
get_members() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.user.PartialUser][aiogithub.objects.user.PartialUser]
get_public_members() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.user.PartialUser][aiogithub.objects.user.PartialUser]
get_repos() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.repo.Repo][aiogithub.objects.repo.Repo]
id
login
class aiogithub.objects.Organization(client, document=None, limits=None, links=None, fetch_params=None)

Bases: aiogithub.objects.organization.PartialOrganization

blog
company
created_at
email
followers
following
html_url
location
name
public_gists
public_repos
type
updated_at