Repo classes¶
-
class
aiogithub.objects.PartialRepo(client, document=None, limits=None, links=None, fetch_params=None)¶ Bases:
aiogithub.objects.response.BaseResponseObject-
clone_url¶
-
description¶
-
fork¶
-
full_name¶
-
get_assignees() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.user.User][aiogithub.objects.user.User]¶
-
get_blobs() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.response.BaseResponseObject][aiogithub.objects.response.BaseResponseObject]¶
-
coroutine
get_branch(branch) → aiogithub.objects.branch.Branch¶
-
get_branches() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.branch.Branch][aiogithub.objects.branch.Branch]¶
-
get_collaborators() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.user.User][aiogithub.objects.user.User]¶
-
get_comments() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.comment.Comment][aiogithub.objects.comment.Comment]¶
-
get_commits() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.commit.Commit][aiogithub.objects.commit.Commit]¶
-
get_contributors() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.repo.Repo][aiogithub.objects.repo.Repo]¶
-
get_events() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.event.Event][aiogithub.objects.event.Event]¶
-
get_forks() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.repo.Repo][aiogithub.objects.repo.Repo]¶
-
get_issues() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.issue.Issue][aiogithub.objects.issue.Issue]¶
-
get_pull_requests() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.pull_request.PullRequest][aiogithub.objects.pull_request.PullRequest]¶
-
get_stargazers() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.user.User][aiogithub.objects.user.User]¶
-
git_url¶
-
homepage¶
-
html_url¶
-
id¶
-
mirror_url¶
-
name¶
-
owner¶
-
private¶
-
ssh_url¶
-
svn_url¶
-
-
class
aiogithub.objects.Repo(client, document=None, limits=None, links=None, fetch_params=None)¶ Bases:
aiogithub.objects.repo.PartialRepo-
created_at¶
-
default_branch¶
-
forks_count¶
-
has_downloads¶
-
has_issues¶
-
has_pages¶
-
has_wiki¶
-
language¶
-
open_issues_count¶
-
permissions¶
-
pushed_at¶
-
size¶
-
stargazers_count¶
-
updated_at¶
-
watchers_count¶
-
-
class
aiogithub.objects.Branch(client, document=None, limits=None, links=None, fetch_params=None)¶ Bases:
aiogithub.objects.response.BaseResponseObject-
commit¶
-
links¶
-
name¶
-
-
class
aiogithub.objects.Commit(client, document=None, limits=None, links=None, fetch_params=None)¶ Bases:
aiogithub.objects.response.BaseResponseObject-
commit¶
-
committer¶
-
files¶
-
get_comments() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.comment.Comment][aiogithub.objects.comment.Comment]¶
-
html_url¶
-
parents¶
-
sha¶
-
stats¶
-