feat: Implement List Repository Activities endpoint by AbhishekAg · Pull Request #3651 · google/go-github
Adds support for the /repos/{owner}/{repo}/activity REST API endpoint.
This implements the List Repository Activities functionality introduced
in GitHub API v2022-11-28, allowing clients to retrieve detailed
activity data for repositories.
Includes:
- New RepositoryActivity struct and related types
- ListRepositoryActivitiesOptions for pagination and filtering
- Implementation in RepositoriesService with tests
- Documentation with examples
Ref: google#3649
Signed-off-by: abhishek <abhishek@exaforce.com>
requested changes Jul 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters