dependabit / github-client/src / fetchCommits
Function: fetchCommits()
ts
function fetchCommits(
client,
owner,
repo,
options?): Promise<CommitInfo[]>;Defined in: packages/github-client/src/commits.ts:51
Fetch commits from GitHub API
Parameters
| Parameter | Type |
|---|---|
client | GitHubClient |
owner | string |
repo | string |
options | FetchCommitsOptions |
Returns
Promise<CommitInfo[]>