Issue classes

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

Bases: aiogithub.objects.response.BaseResponseObject

assignee
assignees
body
closed_at
comments
created_at
get_comments() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.comment.Comment][aiogithub.objects.comment.Comment]
get_events() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.event.IssueEvent][aiogithub.objects.event.IssueEvent]
get_labels() → aiogithub.objects.response.PaginatedListProxy[aiogithub.objects.response.BaseResponseObject][aiogithub.objects.response.BaseResponseObject]
coroutine get_repo() → aiogithub.objects.repo.Repo
html_url
id
labels
locked
milestone
number
state
title
updated_at
user
class aiogithub.objects.IssueEvent(client, document=None, limits=None, links=None, fetch_params=None)

Bases: aiogithub.objects.response.BaseResponseObject

actor
commit_id
created_at
event
id
issue
class aiogithub.objects.Comment(client, document=None, limits=None, links=None, fetch_params=None)

Bases: aiogithub.objects.response.BaseResponseObject

body
created_at
html_url
id
updated_at
user