Pull request classes

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

Bases: aiogithub.objects.response.BaseResponseObject

assignee
assignees
base
body
closed_at
created_at
diff_url
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]
coroutine get_issue() → aiogithub.objects.issue.Issue
get_requested_reviewers() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.user.PartialUser][aiogithub.objects.user.PartialUser]
coroutine get_review_comment() → aiogithub.objects.review_comment.ReviewComment
get_review_comments() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.review_comment.ReviewComment][aiogithub.objects.review_comment.ReviewComment]
get_reviews() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.review.Review][aiogithub.objects.review.Review]
head
html_url
id
locked
merged_at
milestone
number
patch_url
requested_reviewers
state
title
updated_at
user
class aiogithub.objects.ReviewComment(client, document=None, limits=None, links=None, fetch_params=None)

Bases: aiogithub.objects.response.BaseResponseObject

body
commit_id
created_at
diff_hunk
coroutine get_pull_request() → aiogithub.objects.pull_request.PullRequest
html_url
id
original_commit_id
original_position
path
position
updated_at
user