get_repo_events: Get a list of events from a GitHub respository

Description Usage Arguments Value Examples

View source: R/repo_events.R

Description

Returns the 30 most recent events from a public repository (within the last 90 days), including all metadata, as a list of lists.

Usage

1
get_repo_events(owner, repo)

Arguments

owner

string

repo

string

Value

list

Examples

1
get_repo_events("nganlyle", "534_project")

nganlyle/534_project documentation built on Feb. 12, 2020, 3:11 a.m.