GistComment

class github.GistComment.GistComment

This class represents GistComments. The reference can be found here https://docs.github.com/en/rest/reference/gists#comments

delete() → None
Calls:DELETE /gists/{gist_id}/comments/{id}
edit(body: str) → None
Calls:PATCH /gists/{gist_id}/comments/{id}