make_github_request: Make a GitHub API request using an OAuth token

Description Usage Arguments Value

Description

Make a GitHub API request using an OAuth token

Usage

1
2
make_github_request(uri, method = GET, postdata = NULL,
  include_message = FALSE)

Arguments

uri

github uri such as '/orgs/octokit/repos'

method

httr verb function (GET, POST, etc)

postdata

data to POST (if method == POST)

include_message

Whether to include the message in the result

Value

a data frame based on the result from github


Bioconductor/BiocContributions documentation built on May 6, 2019, 7:48 a.m.