Skip to contents

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>