View source: R/record_starter_pack.R
bs_new_starter_pack | R Documentation |
Create a new starter pack
bs_new_starter_pack(
name,
list,
description,
feeds,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass),
clean = TRUE
)
name |
Character. Display name for starter pack |
list |
Character. List to base the starter pack on. If not provided, a new list will be created. |
description |
Optional character. Description of the list. |
feeds |
Optional character. List of feed items to include in starter pack. |
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 post information
graph/starterpack.json (2024-12-04) repo/createRecord.json (2023-11-25)
v0.2.0
(2024-12-04)
bs_new_starter_pack('bskyr test')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.