gh icon indicating copy to clipboard operation
gh copied to clipboard

Minimalistic GitHub API client in R

Results 20 gh issues
Sort by recently updated
recently updated
newest added

Add support for the new token format for [fine-grained PATs](https://github.blog/2022-10-18-introducing-fine-grained-personal-access-tokens-for-github/). The new tokens start with "github_pat_" prefix, but are subject to change according to the announcement.

GitHub just added support for new [fine-grained personal access tokens](https://github.blog/2022-10-18-introducing-fine-grained-personal-access-tokens-for-github/), but the `validate_gh_pat` function does not validate them properly. The new tokens appear to match `"^github_pat_[A-Za-z0-9_]+$"` ``` ✖ The PAT...

Hi! This is a really useful package! I'm playing around with it and noticed something that I find weird, but maybe I'm doing something wrong... It's possible to set issue...

First off, really appreciate this package, I'm using it inside another package, and its been great! ## Summary of problem I'm having a mysterious issue when it comes to calling...

Will need at least 1.0.6 to get fully correct caching behaviour

upkeep

Closes #161 as part of tidy dev day: Adds vctrs methods provided by @DavisVaughan to help `gh_response` play more nicely with vctrs rectangling toolkit. test instructions: ```r pkgload::load_all() x tidyr::unnest_longer(1)...

I may be scratching the surface on this elusive thing, but I am trying to run a github search, and the search requires different elements of the [search query](https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#constructing-a-search-query) be...