details
Overview
Name | details |
Type | Resource |
Id | github.repos.details |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | |
name | string | |
description | string | |
allow_auto_merge | boolean | |
allow_forking | boolean | |
allow_merge_commit | boolean | |
allow_rebase_merge | boolean | |
allow_squash_merge | boolean | |
allow_update_branch | boolean | |
anonymous_access_enabled | boolean | Whether anonymous git access is allowed. |
archive_url | string | |
archived | boolean | |
assignees_url | string | |
blobs_url | string | |
branches_url | string | |
clone_url | string | |
code_of_conduct | object | Code of Conduct Simple |
collaborators_url | string | |
comments_url | string | |
commits_url | string | |
compare_url | string | |
contents_url | string | |
contributors_url | string | |
created_at | string | |
default_branch | string | |
delete_branch_on_merge | boolean | |
deployments_url | string | |
disabled | boolean | Returns whether or not this repository disabled. |
downloads_url | string | |
events_url | string | |
fork | boolean | |
forks | integer | |
forks_count | integer | |
forks_url | string | |
full_name | string | |
git_commits_url | string | |
git_refs_url | string | |
git_tags_url | string | |
git_url | string | |
has_discussions | boolean | |
has_downloads | boolean | |
has_issues | boolean | |
has_pages | boolean | |
has_projects | boolean | |
has_wiki | boolean | |
homepage | string | |
hooks_url | string | |
html_url | string | |
is_template | boolean | |
issue_comment_url | string | |
issue_events_url | string | |
issues_url | string | |
keys_url | string | |
labels_url | string | |
language | string | |
languages_url | string | |
license | object | License Simple |
master_branch | string | |
merge_commit_message | string | The default value for a merge commit message. - PR_TITLE - default to the pull request's title.- PR_BODY - default to the pull request's body.- BLANK - default to a blank commit message. |
merge_commit_title | string | The default value for a merge commit title. - PR_TITLE - default to the pull request's title.- MERGE_MESSAGE - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name). |
merges_url | string | |
milestones_url | string | |
mirror_url | string | |
network_count | integer | |
node_id | string | |
notifications_url | string | |
open_issues | integer | |
open_issues_count | integer | |
organization | object | A GitHub user. |
owner | object | A GitHub user. |
parent | object | A repository on GitHub. |
permissions | object | |
private | boolean | |
pulls_url | string | |
pushed_at | string | |
releases_url | string | |
security_and_analysis | object | |
size | integer | The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0. |
source | object | A repository on GitHub. |
squash_merge_commit_message | string | The default value for a squash merge commit message: - PR_BODY - default to the pull request's body.- COMMIT_MESSAGES - default to the branch's commit messages.- BLANK - default to a blank commit message. |
squash_merge_commit_title | string | The default value for a squash merge commit title: - PR_TITLE - default to the pull request's title.- COMMIT_OR_PR_TITLE - default to the commit's title (if only one commit) or the pull request's title (when more than one commit). |
ssh_url | string | |
stargazers_count | integer | |
stargazers_url | string | |
statuses_url | string | |
subscribers_count | integer | |
subscribers_url | string | |
subscription_url | string | |
svn_url | string | |
tags_url | string | |
teams_url | string | |
temp_clone_token | string | |
template_repository | object | A repository on GitHub. |
topics | array | |
trees_url | string | |
updated_at | string | |
url | string | |
use_squash_pr_title_as_default | boolean | |
visibility | string | The repository visibility: public, private, or internal. |
watchers | integer | |
watchers_count | integer | |
web_commit_signoff_required | boolean |
Methods
Name | Accessible by | Required Params |
---|---|---|
get | SELECT | owner, repo |