get_contributors_list: Retrieve list of contributors for a repo

View source: R/repos.R

get_contributors_listR Documentation

Retrieve list of contributors for a repo

Description

Obtains a list of people who have contributed code or text to a repository

Usage

get_contributors_list(owner, repo, anon = TRUE)

Arguments

owner

Name of the person or organization who owns the repository.

repo

Name of the repository.

anon

Either 'TRUE' to include anonymous contributors in results or 'FALSE' to not include anonymous contributors. Default: 'TRUE'.

References

<https://developer.github.com/v3/repos/#list-contributors>


coatless/ghapi documentation built on Jan. 4, 2024, 4:37 a.m.