Skip to main content

comments

Overview

Namecomments
TypeResource
Idgithub.gists.comments

Fields

NameDatatypeDescription
idinteger
updated_atstring
urlstring
userobjectA GitHub user.
author_associationstringHow the author is associated with the repository.
bodystringThe comment text.
created_atstring
node_idstring

Methods

NameAccessible byRequired Params
get_commentSELECTcomment_id, gist_id
list_commentsSELECTgist_id
create_commentINSERTgist_id, data__body
delete_commentDELETEcomment_id, gist_id
update_commentEXECcomment_id, gist_id, data__body