gist_stars
Overview
Name | gist_stars |
Type | Resource |
Id | github.gists.gist_stars |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
description | string | |
html_url | string | |
forks_url | string | |
files | object | |
public | boolean | |
git_pull_url | string | |
owner | object | Simple User |
truncated | boolean | |
history | array | |
commits_url | string | |
updated_at | string | |
user | object | Simple User |
forks | array | |
git_push_url | string | |
comments | integer | |
url | string | |
created_at | string | |
comments_url | string | |
node_id | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
check_is_starred | SELECT | gist_id | |
list_starred | SELECT | List the authenticated user's starred gists: | |
star | EXEC | gist_id | Note that you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see "HTTP verbs." |
unstar | EXEC | gist_id |