Description Usage Arguments Value
Make a GitHub API request using an OAuth token
1 2 | make_github_request(uri, method = GET, postdata = NULL,
include_message = FALSE)
|
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 |
a data frame based on the result from github
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.