View source: R/record_list_item.R
bs_new_list_item | R Documentation |
Add a subject to a list
bs_new_list_item(
subject,
uri,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass),
clean = TRUE
)
subject |
Character, length 1. Subject to act on, as a handle or did. |
uri |
Character, length 1. URI of the list to add the subject to. |
user |
Character. User name to log in with. Defaults to |
pass |
Character. App password to log in with. Defaults to |
auth |
Authentication information. Defaults to |
clean |
Logical. Should output be cleaned into a |
a tibble::tibble of list item information
graph/listitem.json (2024-12-01) repo/createRecord.json (2023-11-25)
v0.2.0
(2024-12-01)
lst <- bs_new_list(name = 'test list listitem bskyr', purpose = 'curatelist')
bs_new_list_item(subject = 'chriskenny.bsky.social', uri = lst$uri)
# see the list item
bs_get_list(lst$uri)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.