File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ api <- function(path,
256
256
# '
257
257
# ' Assembles the HTTP request structure that is common to *all* NocoDB API requests performed by this package.
258
258
# '
259
- # ' @inheritParams pal::req_cached
259
+ # ' @inheritParams pal::http_get_cached
260
260
# ' @param path `r pkgsnip::type("chr", 1L)`
261
261
# ' NocoDB API endpoint path.
262
262
# ' @param method `r pkgsnip::type("chr", 1L)`
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ api <- function(path,
351
351
#'
352
352
#' Assembles the HTTP request structure that is common to *all* NocoDB API requests performed by this package.
353
353
#'
354
- #' @inheritParams pal::req_cached
354
+ #' @inheritParams pal::http_get_cached
355
355
#' @param path `r pkgsnip::type("chr", 1L)`
356
356
#' NocoDB API endpoint path.
357
357
#' @param method `r pkgsnip::type("chr", 1L)`
You can’t perform that action at this time.
0 commit comments