Skip to content

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

ParameterType
clientGitHubClient
ownerstring
repostring
optionsFetchCommitsOptions

Returns

Promise<CommitInfo[]>

Released under the MIT License.