g_gists: List GitHub gists

View source: R/g_gists.r

g_gistsR Documentation

List GitHub gists

Description

List GitHub gists

Usage

  g_gists(type = "mine", user = NULL, gistid = NULL,
    since = NULL, parse = TRUE)

Arguments

since

Optional string of a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ

parse

Whether to parse results or not. Setting parse=TRUE composes a list of nested items of similar attributes, each with 0 to many items: urls, info, user, pull_request, repo, and body

Value

The gist.

Examples

## Not run: 
g_auth()
options(useragent='ropensci')
g_gists('mine', 'schamberlain')
g_gists('public')
g_gists('starred')
g_gists('gistid', gistid=5937553)

## End(Not run)

ropensci/gitr documentation built on May 18, 2022, 9:57 a.m.