commits: List gist commits

Description Usage Arguments Examples

View source: R/commits.R

Description

List gist commits

Usage

1
commits(gist, page = NULL, per_page = 30, ...)

Arguments

gist

A gist object or something coerceable to a gist

page

(integer) Page number to return.

per_page

(integer) Number of items to return per page. Default 30. Max 100.

...

Further named args to crul::verb-GET

Examples

1
2
3
4
5
6
7
8
## Not run: 
gists()[[1]] %>% commits()
gist(id = '1f399774e9ecc9153a6f') %>% commits(per_page = 5)

# pass in a url
gist("https://gist.github.com/expersso/4ac33b9c00751fddc7f8") %>% commits

## End(Not run)

gistr documentation built on July 29, 2020, 9:07 a.m.