Skip to content

Commit 9c8455a

Browse files
committed
refactor: adapt code to upstream changes
1 parent 940ddc7 commit 9c8455a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/nocodb.gen.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ api <- function(path,
256256
#'
257257
#' Assembles the HTTP request structure that is common to *all* NocoDB API requests performed by this package.
258258
#'
259-
#' @inheritParams pal::req_cached
259+
#' @inheritParams pal::http_get_cached
260260
#' @param path `r pkgsnip::type("chr", 1L)`
261261
#' NocoDB API endpoint path.
262262
#' @param method `r pkgsnip::type("chr", 1L)`

Rmd/nocodb.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ api <- function(path,
351351
#'
352352
#' Assembles the HTTP request structure that is common to *all* NocoDB API requests performed by this package.
353353
#'
354-
#' @inheritParams pal::req_cached
354+
#' @inheritParams pal::http_get_cached
355355
#' @param path `r pkgsnip::type("chr", 1L)`
356356
#' NocoDB API endpoint path.
357357
#' @param method `r pkgsnip::type("chr", 1L)`

0 commit comments

Comments
 (0)