Get the unread registration applications count.
Source:R/http-methods.R
lemmy_get_unread_registration_application_count.Rd
HTTP.GET /admin/registration_application/count
Usage
lemmy_get_unread_registration_application_count(
auth,
.lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)
Arguments
- auth
A character value.
- .lemmy_instance
Default: "https://lemmy.world". Change the default instance by setting the
lemmy_instance
options()
.