This repository was archived by the owner on Sep 2, 2025. It is now read-only.
gistr v0.4.2
NEW FEATURES
gist()
gains a parameterrevision
to request a specific revision of a gists. note that the returned brief print out of the gist in your console may not vary from revision to revision, but the underlying data has the correct data for the revision (#71)
MINOR IMPROVEMENTS
- affecting all functions that create data
gist_create()
,gist_create_git()
,gist_create_obj()
,update()
,delete()
: GitHub for good reason gives a 404 when there are authentication issues. A common problem is that a user has incorrect or missing scopes. We now attempt to detect this scope problem specifically and throw a message when that happens (#70) - toggle whether we index to a git path with
@
vs.$
depending ongit2r
package version; for an upcoming version ofgit2r
(#74)