Magidoc

RepositoryInfo
Interface

A subset of repository info.

Fields

#

archivedAt

Identifies the date and time when the repository was archived.

createdAt

Non-null

Identifies the date and time when the object was created.

description

The description of the repository.

descriptionHTML

Non-null

The description of the repository rendered to HTML.

forkCount

Non-null

Returns how many forks there are of this repository in the whole network.

hasDiscussionsEnabled

Non-null

Indicates if the repository has the Discussions feature enabled.

hasIssuesEnabled

Non-null

Indicates if the repository has issues feature enabled.

hasProjectsEnabled

Non-null

Indicates if the repository has the Projects feature enabled.

hasSponsorshipsEnabled

Non-null

Indicates if the repository displays a Sponsor button for financial contributions.

hasWikiEnabled

Non-null

Indicates if the repository has wiki feature enabled.

homepageUrl

The repository's URL.

isArchived

Non-null

Indicates if the repository is unmaintained.

isFork

Non-null

Identifies if the repository is a fork.

isInOrganization

Non-null

Indicates if a repository is either owned by an organization, or is a private fork of an organization repository.

isLocked

Non-null

Indicates if the repository has been locked or not.

isMirror

Non-null

Identifies if the repository is a mirror.

isPrivate

Non-null

Identifies if the repository is private or internal.

isTemplate

Non-null

Identifies if the repository is a template that can be used to generate new repositories.

licenseInfo

The license associated with the repository

lockReason

The reason the repository has been locked.

mirrorUrl

The repository's original mirror URL.

name

Non-null

The name of the repository.

nameWithOwner

Non-null

The repository's name with owner.

openGraphImageUrl

Non-null

The image used to represent this repository in Open Graph data.

owner

Non-null

The User owner of the repository.

pushedAt

Identifies the date and time when the repository was last pushed to.

resourcePath

Non-null

The HTTP path for this repository

shortDescriptionHTML

Non-null

A description of the repository, rendered to HTML without any links in it.

updatedAt

Non-null

Identifies the date and time when the object was last updated.

url

Non-null

The HTTP URL for this repository

usesCustomOpenGraphImage

Non-null

Whether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar.

visibility

Non-null

Indicates the repository's visibility level.

Implementations

#

Implemented by Repository .

Usages

#

References

#