R/auto_tools_ozone_server.R

Defines functions tools_ozone_server_get_config

#' tools_ozone_server_get_config
#' Get details about ozone's server configuration.
#' @noRd
tools_ozone_server_get_config <- function(.token = NULL, .return = c("json", "resp")) {
  make_request(
    hostname = "bsky.social/xrpc/tools.ozone.server.getConfig",
    params = as.list(match.call())[-1] |>
      purrr::imap(~ {
        eval(.x, envir = parent.frame())
      }),
    req_method = "GET"
  )
}

Try the atrrr package in your browser

Any scripts or data that you put into this service are public.

atrrr documentation built on April 3, 2025, 6:08 p.m.