R/ices_post_jwt.R

Defines functions ices_post_jwt

Documented in ices_post_jwt

#' @rdname ices_request_jwt
#' @export
ices_post_jwt <- function(url, body = list(), encode = "json",
                          retry = TRUE, quiet = FALSE,
                          verbose = FALSE,
                          jwt = NULL) {
  out <-
    ices_request_jwt(
      "POST", url,
      body = body, encode = encode,
      retry = retry, quiet = quiet, verbose = verbose,
      jwt = jwt
    )

  return(out)
}
ices-tools-prod/icesConnect documentation built on July 17, 2025, 2:08 a.m.