GistComment¶
-
class
github.GistComment.GistComment¶ This class represents GistComments. The reference can be found here https://docs.github.com/en/rest/reference/gists#comments
-
body¶ Type: string
-
created_at¶ Type: datetime.datetime
-
id¶ Type: integer
-
updated_at¶ Type: datetime.datetime
-
url¶ Type: string
-
user¶ Type: github.NamedUser.NamedUser
-
delete()¶ Calls: DELETE /gists/{gist_id}/comments/{id} Return type: None
-
edit(body)¶ Calls: PATCH /gists/{gist_id}/comments/{id} Parameters: body – string Return type: None
-