ContributionsCollection [object]
A contributions collection aggregates contributions such as opened issues and commits created by a user.
Attributes
Commit contributions made by the user, grouped by repository.
A calendar of this user's contributions on GitHub.
The years the user has been making contributions with the most recent year first.
Determine if this collection's time span ends in the current month.
The date of the first restricted contribution the user made in this time
period. Can only be non-null when the user has enabled private contribution counts.
The ending date and time of this collection.
The first issue the user opened on GitHub. This will be null if that issue was
opened outside the collection's time range and ignoreTimeRange is false. If
the issue is not visible but the user has opted to show private contributions,
a RestrictedContribution will be returned.
The first pull request the user opened on GitHub. This will be null if that
pull request was opened outside the collection's time range and
ignoreTimeRange is not true. If the pull request is not visible but the user
has opted to show private contributions, a RestrictedContribution will be returned.
The first repository the user created on GitHub. This will be null if that
first repository was created outside the collection's time range and
ignoreTimeRange is false. If the repository is not visible, then a
RestrictedContribution is returned.
Does the user have any more activity in the timeline that occurred prior to the collection's time range?
Determine if there are any contributions in this collection.
Determine if the user made any contributions in this time frame whose details
are not visible because they were made in a private repository. Can only be
true if the user enabled private contribution counts.
Whether or not the collector's time span is all within the same day.
A list of issues the user opened.
Issue contributions made by the user, grouped by repository.
When the user signed up for GitHub. This will be null if that sign up date
falls outside the collection's time range and ignoreTimeRange is false.
The date of the most recent restricted contribution the user made in this time
period. Can only be non-null when the user has enabled private contribution counts.
When this collection's time range does not include any activity from the user, use this
to get a different collection from an earlier time range that does have activity.
Returns a different contributions collection from an earlier time range than this one
that does not have any contributions.
The issue the user opened on GitHub that received the most comments in the specified
time frame.
The pull request the user opened on GitHub that received the most comments in the
specified time frame.
Pull request contributions made by the user.
Pull request contributions made by the user, grouped by repository.
Pull request review contributions made by the user. Returns the most recently
submitted review for each PR reviewed by the user.
Pull request review contributions made by the user, grouped by repository.
A list of repositories owned by the user that the user created in this time range.
A count of contributions made by the user that the viewer cannot access. Only
non-zero when the user has chosen to share their private contribution counts.
The beginning date and time of this collection.
How many commits were made by the user in this time span.
How many issues the user opened.
How many pull requests the user opened.
How many pull request reviews the user left.
How many different repositories the user committed to.
How many different repositories the user opened issues in.
How many different repositories the user left pull request reviews in.
How many different repositories the user opened pull requests in.
How many repositories the user created.
The user who made the contributions in this collection.