github_api_project_commits: Download Project Commits

github_api_project_commitsR Documentation

Download Project Commits

Description

Download Commits from "GET /repos/owner/repo/commits" endpoint. Differently from parsing commits by git cloning the repository, this JSON provides the GitHub user id, which allows for linking file changes and issue events by the same author without relying on identity matching heuristics.

Usage

github_api_project_commits(owner, repo, token)

Arguments

owner

GitHub's repository owner (e.g. sailuh)

repo

GitHub's repository name (e.g. kaiaulu)

token

Your GitHub API token

References

For details, see https://docs.github.com/en/rest/reference/repos#commits.


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.