R/notifications.R

Defines functions notifications

Documented in notifications

#' Notifications data
#' 
#' @export
#' @param ... Named parameters passed on to [crul::verb-GET]
#' @examples \dontrun{
#' notifications()
#' }
notifications <- function(...) disc_GET("notifications.json", ...)
sckott/discgolf documentation built on March 10, 2021, 5:30 p.m.