Wasm Directoryalpha
Record

repo-search-result-item

No description available.

record repo-search-result-item {
  allow-auto-merge: option​<bool>,
  allow-forking: option​<bool>,
  allow-merge-commit: option​<bool>,
  allow-rebase-merge: option​<bool>,
  allow-squash-merge: option​<bool>,
  archive-url: string,
  archived: bool,
  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,
  delete-branch-on-merge: option​<bool>,
  deployments-url: string,
  description: string,
  disabled: bool,
  downloads-url: string,
  events-url: string,
  fork: bool,
  forks: s32,
  forks-count: s32,
  forks-url: string,
  full-name: string,
  git-commits-url: string,
  git-refs-url: string,
  git-tags-url: string,
  git-url: string,
  has-discussions: option​<bool>,
  has-downloads: bool,
  has-issues: bool,
  has-pages: bool,
  has-projects: bool,
  has-wiki: bool,
  homepage: string,
  hooks-url: string,
  html-url: string,
  id: s32,
  is-template: option​<bool>,
  issue-comment-url: string,
  issue-events-url: string,
  issues-url: string,
  keys-url: string,
  labels-url: string,
  language: string,
  languages-url: string,
  license: nullable-license-simple,
  master-branch: option​<string>,
  merges-url: string,
  milestones-url: string,
  mirror-url: string,
  name: string,
  node-id: string,
  notifications-url: string,
  open-issues: s32,
  open-issues-count: s32,
  owner: nullable-simple-user,
  permissions: option​<repo-search-result-item-permissions>,
  private: bool,
  pulls-url: string,
  pushed-at: string,
  releases-url: string,
  score: f64,
  size: s32,
  ssh-url: string,
  stargazers-count: s32,
  stargazers-url: string,
  statuses-url: string,
  subscribers-url: string,
  subscription-url: string,
  svn-url: string,
  tags-url: string,
  teams-url: string,
  temp-clone-token: option​<string>,
  text-matches: option​<result-text-matches>,
  topics: option​<list​<string>>,
  trees-url: string,
  updated-at: string,
  url: string,
  visibility: option​<string>,
  watchers: s32,
  watchers-count: s32,
  web-commit-signoff-required: option​<bool>,
}

Fields

NameTypeDescription
allow-auto-mergeoption​<bool>
allow-forkingoption​<bool>
allow-merge-commitoption​<bool>
allow-rebase-mergeoption​<bool>
allow-squash-mergeoption​<bool>
archive-urlstring
archivedbool
assignees-urlstring
blobs-urlstring
branches-urlstring
clone-urlstring
collaborators-urlstring
comments-urlstring
commits-urlstring
compare-urlstring
contents-urlstring
contributors-urlstring
created-atstring
default-branchstring
delete-branch-on-mergeoption​<bool>
deployments-urlstring
descriptionstring
disabledbool
downloads-urlstring
events-urlstring
forkbool
forkss32
forks-counts32
forks-urlstring
full-namestring
git-commits-urlstring
git-refs-urlstring
git-tags-urlstring
git-urlstring
has-discussionsoption​<bool>
has-downloadsbool
has-issuesbool
has-pagesbool
has-projectsbool
has-wikibool
homepagestring
hooks-urlstring
html-urlstring
ids32
is-templateoption​<bool>
issue-comment-urlstring
issue-events-urlstring
issues-urlstring
keys-urlstring
labels-urlstring
languagestring
languages-urlstring
licensenullable-license-simple
master-branchoption​<string>
merges-urlstring
milestones-urlstring
mirror-urlstring
namestring
node-idstring
notifications-urlstring
open-issuess32
open-issues-counts32
ownernullable-simple-user
permissionsoption​<repo-search-result-item-permissions>
privatebool
pulls-urlstring
pushed-atstring
releases-urlstring
scoref64
sizes32
ssh-urlstring
stargazers-counts32
stargazers-urlstring
statuses-urlstring
subscribers-urlstring
subscription-urlstring
svn-urlstring
tags-urlstring
teams-urlstring
temp-clone-tokenoption​<string>
text-matchesoption​<result-text-matches>
topicsoption​<list​<string>>
trees-urlstring
updated-atstring
urlstring
visibilityoption​<string>
watcherss32
watchers-counts32
web-commit-signoff-requiredoption​<bool>