getCommits: Lists commits for a specified repository over a date range.

Description Usage Arguments Value

Description

Lists commits for a specified repository over a date range.

Usage

1
getCommits(owner, repo, start, end)

Arguments

owner

The GitHub repository owner.

repo

The GitHub repository name.

start

Beginning of date range in yyyy-mm-dd format. Can be strings or date objects.

end

End of date range in yyyy-mm-dd format. Can be strings or date objects.

Value

A list where each element contains information about a single commit including author, date, and commit message.


FredHutch/coopMetrics documentation built on June 7, 2021, 7:45 a.m.