R/help_tos.R

Defines functions twtr_help_tos

Documented in twtr_help_tos

#' GET help/tos
#'
#' @seealso \url{https://dev.twitter.com/rest/reference/get/help/tos}

#' @export
twtr_help_tos <- function(...) {
    twtr_api("GET", "https://api.twitter.com/1.1/help/tos.json", query = list(...))
}
yutannihilation/twihttr documentation built on May 4, 2019, 7:46 p.m.