R/write_helpers.R

Defines functions write_helpers

Documented in write_helpers

#' Write http helpers
#'
#' @export
#' @param outfile (character) Path to write http helpers file to
#' @param http_lib (character) one of `crul` (default) or `httr`
#' @examples \dontrun{
#' write_helpers()
#' }
write_helpers <- function(outfile = "http-helpers.R", http_lib = "crul") {
  write_http_funs(outfile, http_lib)
}
ropenscilabs/apipkgen documentation built on Sept. 3, 2020, 5:30 a.m.