comments
Overview
Name | comments |
Type | Resource |
Id | github.gists.comments |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | |
author_association | string | How the author is associated with the repository. |
body | string | The comment text. |
created_at | string | |
node_id | string | |
updated_at | string | |
url | string | |
user | object | A GitHub user. |
Methods
Name | Accessible by | Required Params |
---|---|---|
get_comment | SELECT | comment_id, gist_id |
list_comments | SELECT | gist_id |
create_comment | INSERT | gist_id, data__body |
delete_comment | DELETE | comment_id, gist_id |
update_comment | EXEC | comment_id, gist_id, data__body |