lemmy_get_unread_registration_application_count {remmy} | R Documentation |
Get the unread registration applications count.
Description
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 |
Value
A list
of length 1:
<list> `-registration_applications: A numeric value
[Package remmy version 0.1.0 Index]