gist_forks
Overview
Name | gist_forks |
Type | Resource |
Id | github.gists.gist_forks |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
description | string | |
files | object | |
forks | array | |
comments_url | string | |
comments | integer | |
owner | object | Simple User |
history | array | |
html_url | string | |
public | boolean | |
user | string | |
truncated | boolean | |
url | string | |
git_pull_url | string | |
created_at | string | |
commits_url | string | |
forks_url | string | |
git_push_url | string | |
node_id | string | |
fork_of | object | Gist |
updated_at | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_forks | SELECT | gist_id | |
fork | EXEC | gist_id | Note: This was previously /gists/:gist_id/fork . |