Github API - Test Config

issue-search-result-item [object]

Issue Search Result Item

Attributes
active_lock_reason string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

assignee nullable-simple-user

nullable-simple-user [object]

A GitHub user.

Attributes
avatar_url string

email string

events_url string

followers_url string

following_url string

gists_url string

gravatar_id string

html_url string

id integer

login string

name string

node_id string

organizations_url string

received_events_url string

repos_url string

site_admin boolean

starred_at string

starred_url string

subscriptions_url string

type string

url string

API:
Github Open API
(version: 1.1.4)

assignees simple-user []

simple-user [object]

A GitHub user.

Attributes
avatar_url string

email string

events_url string

followers_url string

following_url string

gists_url string

gravatar_id string

html_url string

id integer

login string

name string

node_id string

organizations_url string

received_events_url string

repos_url string

site_admin boolean

starred_at string

starred_url string

subscriptions_url string

type string

url string

API:
Github Open API
(version: 1.1.4)

author_association author-association

author-association [scalar]

How the author is associated with the repository.

API:
Github Open API
(version: 1.1.4)

body string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

body_html string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

body_text string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

closed_at string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

comments integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

comments_url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

created_at string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

draft boolean

boolean [scalar]

The OpenAPI boolean type

API:
Github Open API
(version: 1.1.4)

events_url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

html_url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

labels 2017 []

2017 [object]

Attributes
color string

default boolean

description string

id integer

name string

node_id string

url string

API:
Github Open API
(version: 1.1.4)

labels_url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

locked boolean

boolean [scalar]

The OpenAPI boolean type

API:
Github Open API
(version: 1.1.4)

milestone nullable-milestone

nullable-milestone [object]

A collection of related issues and pull requests.

Attributes
closed_at string

closed_issues integer

created_at string

description string

due_on string

html_url string

id integer

labels_url string

node_id string

number integer

The number of the milestone.

open_issues integer

state string

The state of the milestone.

title string

The title of the milestone.

updated_at string

url string

API:
Github Open API
(version: 1.1.4)

node_id string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

number integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

performed_via_github_app nullable-integration

nullable-integration [object]

GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.

Attributes
client_id string

client_secret string

created_at string

description string

events string []

external_url string

html_url string

id integer

Unique identifier of the GitHub app

installations_count integer

The number of installations associated with the GitHub app

name string

The name of the GitHub app

node_id string

pem string

permissions 2031

The set of permissions for the GitHub app

slug string

The slug name of the GitHub app

updated_at string

webhook_secret string

API:
Github Open API
(version: 1.1.4)

pull_request 2018

2018 [object]

Attributes
diff_url string

html_url string

merged_at string

patch_url string

url string

API:
Github Open API
(version: 1.1.4)

reactions reaction-rollup

reaction-rollup [object]

Attributes
+1 integer

-1 integer

confused integer

eyes integer

heart integer

hooray integer

laugh integer

rocket integer

total_count integer

url string

API:
Github Open API
(version: 1.1.4)

repository repository

repository [object]

A repository on GitHub.

Attributes
allow_auto_merge boolean

Whether to allow Auto-merge to be used on pull requests.

allow_forking boolean

Whether to allow forking this repo

allow_merge_commit boolean

Whether to allow merge commits for pull requests.

allow_rebase_merge boolean

Whether to allow rebase merges for pull requests.

allow_squash_merge boolean

Whether to allow squash merges for pull requests.

allow_update_branch boolean

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

anonymous_access_enabled boolean

Whether anonymous git access is enabled for this repository

archive_url string

archived boolean

Whether the repository is archived.

assignees_url string

blobs_url string

branches_url string

clone_url string

collaborators_url string

comments_url string

commits_url string

compare_url string

contents_url string

contributors_url string

created_at string

default_branch string

The default branch of the repository.

delete_branch_on_merge boolean

Whether to delete head branches when pull requests are merged

deployments_url string

description 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

Whether discussions are enabled.

has_downloads boolean

Whether downloads are enabled.

has_issues boolean

Whether issues are enabled.

has_pages boolean

has_projects boolean

Whether projects are enabled.

has_wiki boolean

Whether the wiki is enabled.

homepage string

hooks_url string

html_url string

id integer

Unique identifier of the repository

is_template boolean

Whether this repository acts as a template that can be used to generate new repositories.

issue_comment_url string

issue_events_url string

issues_url string

keys_url string

labels_url string

language string

languages_url string

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

name string

The name of the repository.

network_count integer

node_id string

notifications_url string

open_issues integer

open_issues_count integer

organization nullable-simple-user

owner simple-user

permissions 2101

private boolean

Whether the repository is private or public.

pulls_url string

pushed_at string

releases_url string

size integer

The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.

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

starred_at 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 2102

topics string []

trees_url string

updated_at string

url string

use_squash_pr_title_as_default boolean

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

visibility string

The repository visibility: public, private, or internal.

watchers integer

watchers_count integer

web_commit_signoff_required boolean

Whether to require contributors to sign off on web-based commits

API:
Github Open API
(version: 1.1.4)

repository_url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

score number

number [scalar]

The OpenAPI number type

API:
Github Open API
(version: 1.1.4)

state string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

state_reason string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

text_matches search-result-text-matches

search-result-text-matches [list]

API:
Github Open API
(version: 1.1.4)

timeline_url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

title string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

updated_at string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

user nullable-simple-user

nullable-simple-user [object]

A GitHub user.

Attributes
avatar_url string

email string

events_url string

followers_url string

following_url string

gists_url string

gravatar_id string

html_url string

id integer

login string

name string

node_id string

organizations_url string

received_events_url string

repos_url string

site_admin boolean

starred_at string

starred_url string

subscriptions_url string

type string

url string

API:
Github Open API
(version: 1.1.4)

API:
Github Open API
(version: 1.1.4)