gh_cache: Create a cached version of the GH api calls

gh_cacheR Documentation

Create a cached version of the GH api calls

Description

Create a cached version of the GH api calls

Usage

gh_cache(
  endpoint,
  ...,
  per_page = NULL,
  .per_page = NULL,
  .token = NULL,
  .destfile = NULL,
  .overwrite = FALSE,
  .api_url = NULL,
  .method = "GET",
  .limit = NULL,
  .accept = "application/vnd.github.v3+json",
  .send_headers = NULL,
  .progress = TRUE,
  .params = list(),
  .max_wait = 600,
  .max_rate = NULL
)

Details

memoise::memoise(gh::gh)


ropensci-org/promoutils documentation built on Nov. 29, 2024, 7:17 p.m.