lemmy_get_captcha {remmy}R Documentation

Fetch a Captcha.

Description

HTTP.GET /user/get_captcha

Usage

lemmy_get_captcha(
  auth = NULL,
  .lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)

Arguments

auth

(Optional) A character value.

.lemmy_instance

Default: "https://lemmy.world". Change the default instance by setting the lemmy_instance options().

Value

A list of length 1:

<list>
`-ok: <list>
  |-png: A character value
  |-wav: A character value
  `-uuid: A character value

[Package remmy version 0.1.0 Index]