gistr-package {gistr} | R Documentation |
R client for GitHub gists
Description
R client for GitHub gists.
Details
gistr allows you to peform actions on gists, including listing, forking, starring, creating, deleting, updating, etc.
There are two ways to authorise gistr to work with your GitHub account:
Generate a personal access token (PAT) at https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token and record it in the
GITHUB_PAT
envar.Interactively login into your GitHub account and authorise with OAuth.
Using the GITHUB_PAT
is recommended.
Author(s)
Scott Chamberlain myrmecocystus@gmail.com
Ramnath Vaidyanathan ramnath.vaidya@gmail.com
Karthik Ram karthik.ram@gmail.com
[Package gistr version 0.9.0 Index]